Module com.aoapps.html.any
Interface AutocapitalizeUnexpected<E extends Element<?,?,E> & AutocapitalizeUnexpected<E>>
- Type Parameters:
E
- This element type
- All Known Subinterfaces:
Autocapitalize<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
@Deprecated(forRemoval=false)
public interface AutocapitalizeUnexpected<E extends Element<?,?,E> & AutocapitalizeUnexpected<E>>
Deprecated.
Although the autocapitalize attribute is global, it is only expected on
<button>, <fieldset>, <input>,
<output>, <select>, and <textarea>.
- See Autocapitalize-inheriting elements.
- See Global attributes / autocapitalize.
- See 6.8.6 Autocapitalization.
- See 3.2.6 Global attributes / autocapitalize.
- See Global attributes / autocapitalize.
Note: Enum type cannot be parameterized because this is a global attribute.
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptiondefault E
autocapitalize
(Autocapitalize.Value autocapitalize) Deprecated.Although the autocapitalize attribute is global, it is only expected on <button>, <fieldset>, <input>, <output>, <select>, and <textarea>.autocapitalize
(Suppliers.String<Ex> autocapitalize) Deprecated.Although the autocapitalize attribute is global, it is only expected on <button>, <fieldset>, <input>, <output>, <select>, and <textarea>.autocapitalize
(IOSupplierE<Autocapitalize.Value, Ex> autocapitalize) Deprecated.Although the autocapitalize attribute is global, it is only expected on <button>, <fieldset>, <input>, <output>, <select>, and <textarea>.default E
autocapitalize
(String autocapitalize) Deprecated.Although the autocapitalize attribute is global, it is only expected on <button>, <fieldset>, <input>, <output>, <select>, and <textarea>.
-
Method Details
-
autocapitalize
Deprecated.Although the autocapitalize attribute is global, it is only expected on <button>, <fieldset>, <input>, <output>, <select>, and <textarea>.- Throws:
IOException
- Since:
- HTML 5
-
autocapitalize
@Deprecated(forRemoval=false) default <Ex extends Throwable> E autocapitalize(Suppliers.String<Ex> autocapitalize) throws IOException, Ex Deprecated.Although the autocapitalize attribute is global, it is only expected on <button>, <fieldset>, <input>, <output>, <select>, and <textarea>.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
autocapitalize
@Deprecated(forRemoval=false) default E autocapitalize(Autocapitalize.Value autocapitalize) throws IOException Deprecated.Although the autocapitalize attribute is global, it is only expected on <button>, <fieldset>, <input>, <output>, <select>, and <textarea>.- Throws:
IOException
- Since:
- HTML 5
- See Also:
-
autocapitalize
@Deprecated(forRemoval=false) default <Ex extends Throwable> E autocapitalize(IOSupplierE<Autocapitalize.Value, Ex> autocapitalize) throws IOException, ExDeprecated.Although the autocapitalize attribute is global, it is only expected on <button>, <fieldset>, <input>, <output>, <select>, and <textarea>.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-