Interface Attr_accesskey.Owner

All Known Implementing Classes:
Element_a, Element_area, Element_button, Element_input, Element_label, Element_legend, Element_textarea
Enclosing class:
Attr_accesskey

public static interface Attr_accesskey.Owner
  • Method Details

    • getAttr_accesskey

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

      @Undocumented Attr_accesskey readAttr_accesskey()
      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_accesskey() must be used.)