Package eu.bandm.tools.doctypes.xhtml
Interface Attr_onfocus.Owner
- All Known Implementing Classes:
Element_a,Element_area,Element_button,Element_input,Element_label,Element_select,Element_textarea
- Enclosing class:
Attr_onfocus
public static interface Attr_onfocus.Owner
-
Method Summary
-
Method Details
-
getAttr_onfocus
- Returns:
- an implementation of that Attribute, the value of which can be
read and written.
(If only read access is needed,readAttr_onfocus()should be used.)
-
readAttr_onfocus
- 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_onfocus()must be used.)
-