Class HTMLTextAreaElementImpl

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.HTMLTextAreaElementImpl
All Implemented Interfaces:
Serializable, Cloneable, HTMLFormControl, Element, ElementTraversal, EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLTextAreaElement, Node, NodeList, TypeInfo

public class HTMLTextAreaElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLTextAreaElement, 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

    • HTMLTextAreaElementImpl

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

    • getDefaultValue

      public String getDefaultValue()
      Specified by:
      getDefaultValue in interface org.w3c.dom.html.HTMLTextAreaElement
    • setDefaultValue

      public void setDefaultValue(String defaultValue)
      Specified by:
      setDefaultValue in interface org.w3c.dom.html.HTMLTextAreaElement
    • getAccessKey

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

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

      public int getCols()
      Specified by:
      getCols in interface org.w3c.dom.html.HTMLTextAreaElement
    • setCols

      public void setCols(int cols)
      Specified by:
      setCols in interface org.w3c.dom.html.HTMLTextAreaElement
    • getDisabled

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

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

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

      public void setName(String name)
      Specified by:
      setName in interface org.w3c.dom.html.HTMLTextAreaElement
    • getReadOnly

      public boolean getReadOnly()
      Description copied from class: org.apache.xerces.dom.NodeImpl
      NON-DOM: Returns true if this node is read-only. This is a shallow check.
      Specified by:
      getReadOnly in interface org.w3c.dom.html.HTMLTextAreaElement
      Overrides:
      getReadOnly in class org.apache.xerces.dom.NodeImpl
    • setReadOnly

      public void setReadOnly(boolean readOnly)
      Specified by:
      setReadOnly in interface org.w3c.dom.html.HTMLTextAreaElement
    • getRows

      public int getRows()
      Specified by:
      getRows in interface org.w3c.dom.html.HTMLTextAreaElement
    • setRows

      public void setRows(int rows)
      Specified by:
      setRows in interface org.w3c.dom.html.HTMLTextAreaElement
    • getTabIndex

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

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

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

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

      public void setValue(String value)
      Specified by:
      setValue in interface org.w3c.dom.html.HTMLTextAreaElement
    • blur

      public void blur()
      Specified by:
      blur in interface org.w3c.dom.html.HTMLTextAreaElement
    • focus

      public void focus()
      Specified by:
      focus in interface org.w3c.dom.html.HTMLTextAreaElement
    • select

      public void select()
      Specified by:
      select in interface org.w3c.dom.html.HTMLTextAreaElement