Module com.aoapps.html.any
Interface Dir<E extends Element<?,?,E> & Dir<E>>
- Type Parameters:
E
- This element type
- All Known Subinterfaces:
DirUnexpected<E>
,GlobalAttributes<E>
- All Known Implementing Classes:
AnyA
,AnyABBR
,AnyADDRESS
,AnyAREA
,AnyARTICLE
,AnyASIDE
,AnyB
,AnyBASE
,AnyBDI
,AnyBDO
,AnyBLOCKQUOTE
,AnyBODY
,AnyBR
,AnyCAPTION
,AnyCITE
,AnyCODE
,AnyCOL
,AnyCOLGROUP
,AnyDATA
,AnyDATALIST
,AnyDD
,AnyDEL
,AnyDFN
,AnyDIV
,AnyDL
,AnyDT
,AnyEM
,AnyFOOTER
,AnyFORM
,AnyH
,AnyH1
,AnyH2
,AnyH3
,AnyH4
,AnyH5
,AnyH6
,AnyHEAD
,AnyHEADER
,AnyHR
,AnyHTML
,AnyI
,AnyIMG
,AnyINPUT
,AnyINPUT.Button
,AnyINPUT.Checkbox
,AnyINPUT.Color
,AnyINPUT.Date
,AnyINPUT.DatetimeLocal
,AnyINPUT.Dynamic
,AnyINPUT.Email
,AnyINPUT.File
,AnyINPUT.Hidden
,AnyINPUT.Image
,AnyINPUT.Month
,AnyINPUT.Number
,AnyINPUT.Password
,AnyINPUT.Radio
,AnyINPUT.Range
,AnyINPUT.Reset
,AnyINPUT.Search
,AnyINPUT.Submit
,AnyINPUT.Tel
,AnyINPUT.Text
,AnyINPUT.Time
,AnyINPUT.Url
,AnyINPUT.Week
,AnyINS
,AnyKBD
,AnyLABEL
,AnyLI
,AnyLINK
,AnyMAIN
,AnyMAP
,AnyMARK
,AnyMENU
,AnyMETA
,AnyMETER
,AnyNAV
,AnyOBJECT
,AnyOL
,AnyOPTGROUP
,AnyOPTION
,AnyOUTPUT
,AnyP
,AnyPARAM
,AnyPRE
,AnyPROGRESS
,AnyQ
,AnyS
,AnySAMP
,AnySCRIPT
,AnySECTION
,AnySELECT
,AnySMALL
,AnySPAN
,AnySTRONG
,AnySTYLE
,AnySUB
,AnySUP
,AnyTABLE
,AnyTBODY
,AnyTD
,AnyTEXTAREA
,AnyTFOOT
,AnyTH
,AnyTHEAD
,AnyTITLE
,AnyTR
,AnyU
,AnyUL
,AnyVAR
,AnyWBR
,Element
,Normal
,NormalText
,Transparent
,TransparentText
,Void
public interface Dir<E extends Element<?,?,E> & Dir<E>>
- 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
Modifier and TypeInterfaceDescriptionstatic final class
Utility class for working withDir
.static enum
See 3.2.6.4 The dir attribute. See Global attributes / dir. See HTMLElement.dir. See HTML dir Attribute. -
Method Summary
Modifier and TypeMethodDescriptiondefault E
See 3.2.6.4 The dir attribute. See Global attributes / dir. See HTMLElement.dir. See HTML dir Attribute.dir
(Suppliers.String<Ex> dir) See 3.2.6.4 The dir attribute. See Global attributes / dir. See HTMLElement.dir. See HTML dir Attribute.dir
(IOSupplierE<? extends Dir.Value, Ex> dir) See 3.2.6.4 The dir attribute. See Global attributes / dir. See HTMLElement.dir. See HTML dir Attribute.default E
See 3.2.6.4 The dir attribute. See Global attributes / dir. See HTMLElement.dir. See HTML dir Attribute.
-
Method Details
-
dir
- See 3.2.6.4 The dir attribute.
- See Global attributes / dir.
- See HTMLElement.dir.
- See HTML dir Attribute.
- Throws:
IOException
-
dir
- See 3.2.6.4 The dir attribute.
- See Global attributes / dir.
- See HTMLElement.dir.
- See HTML dir Attribute.
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
dir
- See 3.2.6.4 The dir attribute.
- See Global attributes / dir.
- See HTMLElement.dir.
- See HTML dir Attribute.
- Throws:
IOException
- See Also:
-
dir
default <Ex extends Throwable> E dir(IOSupplierE<? extends Dir.Value, Ex> dir) throws IOException, Ex- See 3.2.6.4 The dir attribute.
- See Global attributes / dir.
- See HTMLElement.dir.
- See HTML dir Attribute.
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-