Class HTMLLabelElementImpl

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

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

      • HTMLLabelElementImpl

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

      • getAccessKey

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

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

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

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