Module com.aoapps.html.any
Interface DirUnexpected<E extends Element<?,?,E> & DirUnexpected<E>>
- Type Parameters:
E- This element type
- All Superinterfaces:
Dir<E>
- All Known Implementing Classes:
AnyBASE,AnyBDO,AnyBR,AnyHEAD,AnyHTML,AnyINPUT.Hidden,AnyMETA,AnyPARAM,AnySCRIPT,AnySTYLE,AnyWBR
@Deprecated(forRemoval=false)
public interface DirUnexpected<E extends Element<?,?,E> & DirUnexpected<E>>
extends Dir<E>
Deprecated.
- See 3.2.6.4 The dir attribute.
- See Global attributes / dir.
- See HTMLElement.dir.
- See HTML dir Attribute.
Note: Enum type cannot be parameterized because this is a global attribute.
- Author:
- AO Industries, Inc.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Edir(Suppliers.String<Ex> dir) dir(IOSupplierE<Dir.Value, Ex> dir) default E
-
Method Details
-
dir
Deprecated.- See 3.2.6.4 The dir attribute.
- See Global attributes / dir.
- See HTMLElement.dir.
- See HTML dir Attribute.
- Specified by:
dirin interfaceDir<E extends Element<?,?, E> & DirUnexpected<E>> - Throws:
IOException
-
dir
@Deprecated(forRemoval=false) default <Ex extends Throwable> E dir(Suppliers.String<Ex> dir) throws IOException, Ex Deprecated.- See 3.2.6.4 The dir attribute.
- See Global attributes / dir.
- See HTMLElement.dir.
- See HTML dir Attribute.
- Specified by:
dirin interfaceDir<E extends Element<?,?, E> & DirUnexpected<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- See Also:
-
dir
Deprecated.- See 3.2.6.4 The dir attribute.
- See Global attributes / dir.
- See HTMLElement.dir.
- See HTML dir Attribute.
- Specified by:
dirin interfaceDir<E extends Element<?,?, E> & DirUnexpected<E>> - Throws:
IOException- See Also:
-
dir
@Deprecated(forRemoval=false) default <Ex extends Throwable> E dir(IOSupplierE<Dir.Value, Ex> dir) throws IOException, ExDeprecated.- See 3.2.6.4 The dir attribute.
- See Global attributes / dir.
- See HTMLElement.dir.
- See HTML dir Attribute.
- Specified by:
dirin interfaceDir<E extends Element<?,?, E> & DirUnexpected<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- See Also:
-

See HTML Event Attributes.