Class HTMLButtonElementImpl

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

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

      • HTMLButtonElementImpl

        public HTMLButtonElementImpl​(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.HTMLButtonElement
      • setAccessKey

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

        public boolean getDisabled()
        Specified by:
        getDisabled in interface org.w3c.dom.html.HTMLButtonElement
      • setDisabled

        public void setDisabled​(boolean disabled)
        Specified by:
        setDisabled in interface org.w3c.dom.html.HTMLButtonElement
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface org.w3c.dom.html.HTMLButtonElement
      • setName

        public void setName​(java.lang.String name)
        Specified by:
        setName in interface org.w3c.dom.html.HTMLButtonElement
      • getTabIndex

        public int getTabIndex()
        Specified by:
        getTabIndex in interface org.w3c.dom.html.HTMLButtonElement
      • setTabIndex

        public void setTabIndex​(int tabIndex)
        Specified by:
        setTabIndex in interface org.w3c.dom.html.HTMLButtonElement
      • getType

        public java.lang.String getType()
        Specified by:
        getType in interface org.w3c.dom.html.HTMLButtonElement
      • getValue

        public java.lang.String getValue()
        Specified by:
        getValue in interface org.w3c.dom.html.HTMLButtonElement
      • setValue

        public void setValue​(java.lang.String value)
        Specified by:
        setValue in interface org.w3c.dom.html.HTMLButtonElement