org.apache.html.dom
Class HTMLTextAreaElementImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
- org.w3c.dom.Element, org.w3c.dom.html.HTMLElement, HTMLFormControl, org.w3c.dom.html.HTMLTextAreaElement, org.w3c.dom.TypeInfo
public class HTMLTextAreaElementImpl
$Revision: 329271 $ $Date: 2005-10-28 15:25:05 -0400 (Fri, 28 Oct 2005) $org.w3c.dom.html.HTMLTextAreaElement
, org.apache.xerces.dom.ElementImpl
getAttribute , getAttributeNS , getAttributeNode , getAttributeNodeNS , getClassName , getDir , getElementsByTagName , getElementsByTagNameNS , getForm , getId , getLang , getTitle , setClassName , setDir , setId , setLang , setTitle |
cloneNode , getAttribute , getAttributeNS , getAttributeNode , getAttributeNodeNS , getAttributes , getBaseURI , getDefaultAttributes , getElementsByTagName , getElementsByTagNameNS , getNodeName , getNodeType , getSchemaTypeInfo , getTagName , getTypeName , getTypeNamespace , getXercesAttribute , hasAttribute , hasAttributeNS , hasAttributes , isDerivedFrom , isEqualNode , normalize , reconcileDefaultAttributes , removeAttribute , removeAttributeNS , removeAttributeNode , setAttribute , setAttributeNS , setAttributeNode , setAttributeNodeNS , setIdAttribute , setIdAttributeNS , setIdAttributeNode , setOwnerDocument , setReadOnly , setXercesAttributeNode , setupDefaultAttributes , synchronizeData |
cloneNode , getChildNodes , getChildNodesUnoptimized , getFirstChild , getLastChild , getLength , getOwnerDocument , getTextContent , hasChildNodes , insertBefore , isEqualNode , item , normalize , removeChild , replaceChild , setOwnerDocument , setReadOnly , setTextContent , synchronizeChildren |
HTMLTextAreaElementImpl
public HTMLTextAreaElementImpl(HTMLDocumentImpl owner,
String name)
Constructor requires owner document.
owner
- The owner HTML document
blur
public void blur()
- blur in interface org.w3c.dom.html.HTMLTextAreaElement
focus
public void focus()
- focus in interface org.w3c.dom.html.HTMLTextAreaElement
getAccessKey
public String getAccessKey()
- getAccessKey in interface org.w3c.dom.html.HTMLTextAreaElement
getCols
public int getCols()
- getCols in interface org.w3c.dom.html.HTMLTextAreaElement
getDefaultValue
public String getDefaultValue()
- getDefaultValue in interface org.w3c.dom.html.HTMLTextAreaElement
getDisabled
public boolean getDisabled()
- getDisabled in interface org.w3c.dom.html.HTMLTextAreaElement
getName
public String getName()
- getName in interface org.w3c.dom.html.HTMLTextAreaElement
getReadOnly
public boolean getReadOnly()
- getReadOnly in interface org.w3c.dom.html.HTMLTextAreaElement
getRows
public int getRows()
- getRows in interface org.w3c.dom.html.HTMLTextAreaElement
getTabIndex
public int getTabIndex()
- getTabIndex in interface org.w3c.dom.html.HTMLTextAreaElement
getType
public String getType()
- getType in interface org.w3c.dom.html.HTMLTextAreaElement
getValue
public String getValue()
- getValue in interface org.w3c.dom.html.HTMLTextAreaElement
select
public void select()
- select in interface org.w3c.dom.html.HTMLTextAreaElement
setAccessKey
public void setAccessKey(String accessKey)
- setAccessKey in interface org.w3c.dom.html.HTMLTextAreaElement
setCols
public void setCols(int cols)
- setCols in interface org.w3c.dom.html.HTMLTextAreaElement
setDefaultValue
public void setDefaultValue(String defaultValue)
- setDefaultValue in interface org.w3c.dom.html.HTMLTextAreaElement
setDisabled
public void setDisabled(boolean disabled)
- setDisabled in interface org.w3c.dom.html.HTMLTextAreaElement
setName
public void setName(String name)
- setName in interface org.w3c.dom.html.HTMLTextAreaElement
setReadOnly
public void setReadOnly(boolean readOnly)
- setReadOnly in interface org.w3c.dom.html.HTMLTextAreaElement
setRows
public void setRows(int rows)
- setRows in interface org.w3c.dom.html.HTMLTextAreaElement
setTabIndex
public void setTabIndex(int tabIndex)
- setTabIndex in interface org.w3c.dom.html.HTMLTextAreaElement
setValue
public void setValue(String value)
- setValue in interface org.w3c.dom.html.HTMLTextAreaElement
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.