Interface Attr_name.Owner

All Known Implementing Classes:
Element_button, Element_input, Element_meta, Element_param, Element_select, Element_textarea
Enclosing class:
Attr_name

public static interface Attr_name.Owner
  • Method Details

    • getAttr_name

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

      @Undocumented Attr_name readAttr_name()
      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_name() must be used.)