Interface Attr_onblur.Owner

All Known Implementing Classes:
Element_a, Element_area, Element_button, Element_input, Element_label, Element_select, Element_textarea
Enclosing class:
Attr_onblur

public static interface Attr_onblur.Owner
  • Method Details

    • getAttr_onblur

      @Undocumented Attr_onblur getAttr_onblur()
      Returns:
      an implementation of that Attribute, the value of which can be read and written.
      (If only read access is needed, readAttr_onblur() should be used.)
    • readAttr_onblur

      @Undocumented Attr_onblur readAttr_onblur()
      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_onblur() must be used.)