org.apache.html.dom
public class HTMLTextAreaElementImpl extends HTMLElementImpl implements HTMLTextAreaElement, HTMLFormControl
Version: $Revision: 1.9 $ $Date: 2005/04/18 01:20:21 $
See Also: org.w3c.dom.html.HTMLTextAreaElement org.apache.xerces.dom.ElementImpl
UNKNOWN:
| Constructor Summary | |
|---|---|
| HTMLTextAreaElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
| |
| Method Summary | |
|---|---|
| void | blur() |
| void | focus() |
| String | getAccessKey() |
| int | getCols() |
| String | getDefaultValue() |
| boolean | getDisabled() |
| String | getName() |
| boolean | getReadOnly() |
| 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) |
Parameters: owner The owner HTML document