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
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 E
dir
(Suppliers.String<Ex> dir) dir
(IOSupplierE<? extends 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:
dir
in interfaceDir<E extends Element<?,
?, E> & DirUnexpected<E>> - Throws:
IOException
-
dir
Deprecated.- See 3.2.6.4 The dir attribute.
- See Global attributes / dir.
- See HTMLElement.dir.
- See HTML dir Attribute.
- Specified by:
dir
in interfaceDir<E extends Element<?,
?, E> & DirUnexpected<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- 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:
dir
in interfaceDir<E extends Element<?,
?, E> & DirUnexpected<E>> - Throws:
IOException
- See Also:
-
dir
@Deprecated default <Ex extends Throwable> E dir(IOSupplierE<? extends 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:
dir
in interfaceDir<E extends Element<?,
?, E> & DirUnexpected<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
See HTML Event Attributes.