Module com.aoapps.html.any
Interface Class<E extends Element<?,?,E> & Class<E>>
- Type Parameters:
E- This element type
- All Known Subinterfaces:
ClassNoHtml4<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 Class<E extends Element<?,?,E> & Class<E>>
In HTML5, the class attribute can be used on any HTML element (it will validate on any HTML element. However, it is not necessarily useful).
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionclazz(TextWritable<Ex> clazz) See 3.2.6 Global attributes / class. See Global attributes / class. See HTML class Attribute. In HTML5, the class attribute can be used on any HTML element (it will validate on any HTML element.clazz(IOSupplierE<?, Ex> clazz) See 3.2.6 Global attributes / class. See Global attributes / class. See HTML class Attribute. In HTML5, the class attribute can be used on any HTML element (it will validate on any HTML element.default ESee 3.2.6 Global attributes / class. See Global attributes / class. See HTML class Attribute. In HTML5, the class attribute can be used on any HTML element (it will validate on any HTML element.default ESee 3.2.6 Global attributes / class. See Global attributes / class. See HTML class Attribute. In HTML5, the class attribute can be used on any HTML element (it will validate on any HTML element.
-
Method Details
-
clazz
In HTML5, the class attribute can be used on any HTML element (it will validate on any HTML element. However, it is not necessarily useful).
- Throws:
IOException
-
clazz
In HTML5, the class attribute can be used on any HTML element (it will validate on any HTML element. However, it is not necessarily useful).
- Parameters:
clazz- Multiple classes will be space-separated.- Throws:
IOException
-
clazz
In HTML5, the class attribute can be used on any HTML element (it will validate on any HTML element. However, it is not necessarily useful).
- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- See Also:
-
clazz
In HTML5, the class attribute can be used on any HTML element (it will validate on any HTML element. However, it is not necessarily useful).
- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- See Also:
-
