Class HTMLLabelElementImpl

All Implemented Interfaces:
Cloneable, HTMLFormControl, Element, EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLLabelElement, Node, NodeList, TypeInfo

public class HTMLLabelElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLLabelElement, HTMLFormControl
See Also:
  • Constructor Details

    • HTMLLabelElementImpl

      public HTMLLabelElementImpl(HTMLDocumentImpl owner, String name)
      Constructor requires owner document.
      Parameters:
      owner - The owner HTML document
  • Method Details

    • getAccessKey

      public String getAccessKey()
      Specified by:
      getAccessKey in interface org.w3c.dom.html.HTMLLabelElement
    • setAccessKey

      public void setAccessKey(String accessKey)
      Specified by:
      setAccessKey in interface org.w3c.dom.html.HTMLLabelElement
    • getHtmlFor

      public String getHtmlFor()
      Specified by:
      getHtmlFor in interface org.w3c.dom.html.HTMLLabelElement
    • setHtmlFor

      public void setHtmlFor(String htmlFor)
      Specified by:
      setHtmlFor in interface org.w3c.dom.html.HTMLLabelElement