Module com.aoapps.html.any
Interface TabindexHtml4<E extends Element<?,?,E> & TabindexHtml4<E>>
- Type Parameters:
E
- This element type
- All Superinterfaces:
Tabindex<E>
- All Known Implementing Classes:
AnyA
,AnyAREA
,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
,AnyOBJECT
,AnySELECT
,AnyTEXTAREA
- See 6.6.3 The tabindex attribute.
- See Global attributes / tabindex.
- See HTMLElement.tabIndex.
- See Building keyboard accessibility back in.
- See HTML tabindex Attribute.
In HTML 4.01, the tabindex attribute can be used with: <a>, <area>, <button>, <input>, <object>, <select>, and <textarea>.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptiondefault E
tabindex
(int tabindex) See 6.6.3 The tabindex attribute. See Global attributes / tabindex. See HTMLElement.tabIndex. See Building keyboard accessibility back in. See HTML tabindex Attribute. In HTML 4.01, the tabindex attribute can be used with: <a>, <area>, <button>, <input>, <object>, <select>, and <textarea>.tabindex
(IOSupplierE<? extends Integer, Ex> tabindex) See 6.6.3 The tabindex attribute. See Global attributes / tabindex. See HTMLElement.tabIndex. See Building keyboard accessibility back in. See HTML tabindex Attribute. In HTML 4.01, the tabindex attribute can be used with: <a>, <area>, <button>, <input>, <object>, <select>, and <textarea>.default E
See 6.6.3 The tabindex attribute. See Global attributes / tabindex. See HTMLElement.tabIndex. See Building keyboard accessibility back in. See HTML tabindex Attribute. In HTML 4.01, the tabindex attribute can be used with: <a>, <area>, <button>, <input>, <object>, <select>, and <textarea>.
-
Method Details
-
tabindex
- See 6.6.3 The tabindex attribute.
- See Global attributes / tabindex.
- See HTMLElement.tabIndex.
- See Building keyboard accessibility back in.
- See HTML tabindex Attribute.
In HTML 4.01, the tabindex attribute can be used with: <a>, <area>, <button>, <input>, <object>, <select>, and <textarea>.
- Specified by:
tabindex
in interfaceTabindex<E extends Element<?,
?, E> & TabindexHtml4<E>> - Throws:
IOException
-
tabindex
- See 6.6.3 The tabindex attribute.
- See Global attributes / tabindex.
- See HTMLElement.tabIndex.
- See Building keyboard accessibility back in.
- See HTML tabindex Attribute.
In HTML 4.01, the tabindex attribute can be used with: <a>, <area>, <button>, <input>, <object>, <select>, and <textarea>.
- Specified by:
tabindex
in interfaceTabindex<E extends Element<?,
?, E> & TabindexHtml4<E>> - Throws:
IOException
-
tabindex
default <Ex extends Throwable> E tabindex(IOSupplierE<? extends Integer, Ex> tabindex) throws IOException, Ex- See 6.6.3 The tabindex attribute.
- See Global attributes / tabindex.
- See HTMLElement.tabIndex.
- See Building keyboard accessibility back in.
- See HTML tabindex Attribute.
In HTML 4.01, the tabindex attribute can be used with: <a>, <area>, <button>, <input>, <object>, <select>, and <textarea>.
- Specified by:
tabindex
in interfaceTabindex<E extends Element<?,
?, E> & TabindexHtml4<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-