Class HTMLButtonElementImpl

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.html.dom.HTMLElementImpl
org.apache.html.dom.HTMLButtonElementImpl
All Implemented Interfaces:
Serializable, Cloneable, HTMLFormControl, Element, ElementTraversal, EventTarget, org.w3c.dom.html.HTMLButtonElement, org.w3c.dom.html.HTMLElement, Node, NodeList, TypeInfo

public class HTMLButtonElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLButtonElement, HTMLFormControl

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Version:
$Revision: 1029415 $ $Date: 2010-10-31 22:32:22 +0530 (Sun, 31 Oct 2010) $
Author:
Assaf Arkin
See Also:
  • Constructor Details

    • HTMLButtonElementImpl

      public HTMLButtonElementImpl(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.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