Package eu.bandm.tools.doctypes.xhtml
Interface Attr_tabindex.Owner
- All Known Implementing Classes:
Element_a,Element_area,Element_button,Element_input,Element_object,Element_select,Element_textarea
- Enclosing class:
Attr_tabindex
public static interface Attr_tabindex.Owner
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getAttr_tabindex
- Returns:
- an implementation of that Attribute, the value of which can be
read and written.
(If only read access is needed,readAttr_tabindex()should be used.)
-
readAttr_tabindex
- Returns:
- an implementation of that Attribute, the value of which can be
read, but is not guaranteed to be writable.
(If write access is needed,getAttr_tabindex()must be used.)
-