Class HTMLButtonElementImpl

    • Constructor Detail

      • HTMLButtonElementImpl

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

      • getAccessKey

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

        public void setAccessKey​(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 String getName()
        Specified by:
        getName in interface org.w3c.dom.html.HTMLButtonElement
      • setName

        public void setName​(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 String getType()
        Specified by:
        getType in interface org.w3c.dom.html.HTMLButtonElement
      • getValue

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

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