Package eu.bandm.tools.doctypes.xhtml
Interface Attr_disabled.Owner
- All Known Implementing Classes:
Element_button,Element_input,Element_optgroup,Element_option,Element_select,Element_textarea
- Enclosing class:
Attr_disabled
public static interface Attr_disabled.Owner
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getAttr_disabled
- Returns:
- an implementation of that Attribute, the value of which can be
read and written.
(If only read access is needed,readAttr_disabled()should be used.)
-
readAttr_disabled
- 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_disabled()must be used.)
-