| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.ObjectField Summary |
Fields inherited from class org.lobobrowser.html.domimpl.HTMLBaseInputElement | |
inputContext | |
Fields inherited from class org.lobobrowser.html.domimpl.ElementImpl | |
attributes | |
Fields inherited from class org.lobobrowser.html.domimpl.NodeImpl | |
document, logger, nodeList, notificationsSuspended, parentNode, treeLock, uiNode | |
Constructor Summary | |
| |
Method Summary | |
int |
|
protected FormInput[] | |
int |
|
String |
|
void |
|
void |
|
Methods inherited from class org.lobobrowser.html.domimpl.HTMLBaseInputElement | |
addImageListener, assignAttributeField, blur, focus, getAccept, getAccessKey, getAlign, getAlt, getDefaultValue, getDisabled, getFileValue, getForm, getImage, getName, getOnload, getReadOnly, getTabIndex, getValue, removeImageListener, resetForm, select, setAccept, setAccessKey, setAlign, setAlt, setDefaultValue, setDisabled, setInputContext, setName, setOnload, setReadOnly, setTabIndex, setValue, submitForm | |
Methods inherited from class org.lobobrowser.html.domimpl.HTMLAbstractUIElement | |
assignAttributeField, blur, focus, getEventFunction, getOnblur, getOnclick, getOncontextmenu, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, setOnblur, setOnclick, setOncontextmenu, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup | |
Methods inherited from class org.lobobrowser.js.AbstractScriptableDelegate | |
getScriptable, setScriptable | |
public HTMLTextAreaElementImpl()
public HTMLTextAreaElementImpl(String name)
public int getCols()
Width of control (in characters). See the cols attribute definition in HTML 4.01.
- Specified by:
- getCols in interface HTMLTextAreaElement
protected FormInput[] getFormInputs()
- Overrides:
- getFormInputs in interface HTMLElementImpl
public int getRows()
Number of text rows. See the rows attribute definition in HTML 4.01.
- Specified by:
- getRows in interface HTMLTextAreaElement
public String getType()
The type of this form control. This the string "textarea".
- Specified by:
- getType in interface HTMLTextAreaElement
public void setCols(int cols)
Width of control (in characters). See the cols attribute definition in HTML 4.01.
- Specified by:
- setCols in interface HTMLTextAreaElement
public void setRows(int rows)
Number of text rows. See the rows attribute definition in HTML 4.01.
- Specified by:
- setRows in interface HTMLTextAreaElement