public class

HTMLTextAreaElementImpl

extends HTMLElementImpl
implements HTMLFormControl HTMLTextAreaElement
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

Class Overview

@xerces.internal

See Also

Summary

[Expand]
Inherited Constants
From class org.apache.xerces.dom.NodeImpl
From interface org.w3c.dom.Node
From interface org.w3c.dom.TypeInfo
[Expand]
Inherited Fields
From class org.apache.xerces.dom.ElementImpl
From class org.apache.xerces.dom.ParentNode
From class org.apache.xerces.dom.ChildNode
From class org.apache.xerces.dom.NodeImpl
Public Constructors
HTMLTextAreaElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Public Methods
void blur()
void focus()
String getAccessKey()
int getCols()
String getDefaultValue()
boolean getDisabled()
String getName()
boolean getReadOnly()
NON-DOM: Returns true if this node is read-only.
int getRows()
int getTabIndex()
String getType()
String getValue()
void select()
void setAccessKey(String accessKey)
void setCols(int cols)
void setDefaultValue(String defaultValue)
void setDisabled(boolean disabled)
void setName(String name)
void setReadOnly(boolean readOnly)
void setRows(int rows)
void setTabIndex(int tabIndex)
void setValue(String value)
[Expand]
Inherited Methods
From class org.apache.html.dom.HTMLElementImpl
From class org.apache.xerces.dom.ElementImpl
From class org.apache.xerces.dom.ParentNode
From class org.apache.xerces.dom.ChildNode
From class org.apache.xerces.dom.NodeImpl
From class java.lang.Object
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.NodeList
From interface org.w3c.dom.TypeInfo
From interface org.w3c.dom.events.EventTarget
From interface org.w3c.dom.html.HTMLElement
From interface org.w3c.dom.html.HTMLTextAreaElement

Public Constructors

public HTMLTextAreaElementImpl (HTMLDocumentImpl owner, String name)

Constructor requires owner document.

Parameters
owner The owner HTML document

Public Methods

public void blur ()

public void focus ()

public String getAccessKey ()

public int getCols ()

public String getDefaultValue ()

public boolean getDisabled ()

public String getName ()

public boolean getReadOnly ()

NON-DOM: Returns true if this node is read-only. This is a shallow check.

public int getRows ()

public int getTabIndex ()

public String getType ()

public String getValue ()

public void select ()

public void setAccessKey (String accessKey)

public void setCols (int cols)

public void setDefaultValue (String defaultValue)

public void setDisabled (boolean disabled)

public void setName (String name)

public void setReadOnly (boolean readOnly)

public void setRows (int rows)

public void setTabIndex (int tabIndex)

public void setValue (String value)