@Type(tagName="textarea") public class TextArea extends Element
Constructor and Description |
---|
TextArea() |
Modifier and Type | Method and Description |
---|---|
void |
drawAttributes() |
java.lang.Integer |
getCols()
Specifies the visible width of a text-area
|
java.lang.String |
getName()
Specifies the name for a text-area
|
java.lang.Integer |
getRows()
Specifies the visible number of rows in a text-area
|
boolean |
isDisabled()
Specifies that a text-area should be disabled
|
boolean |
isReadOnly()
Specifies that a text-area should be read-only
|
TextArea |
setCols(java.lang.Integer cols)
Set "cols" property and if element was draw call script at browser.
|
TextArea |
setDisabled(boolean disabled)
Set "disabled" property and if element was draw call script at browser.
|
TextArea |
setName(java.lang.String name)
Set "name" property and if element was draw call script at browser.
|
TextArea |
setReadOnly(boolean readOnly)
Set "readOnly" property and if element was draw call script at browser.
|
TextArea |
setRows(java.lang.Integer rows)
Set "rows" property and if element was draw call script at browser.
|
TextArea |
setValue(java.lang.String value)
Set "value" property and if element was draw call script at browser.
|
add, addAllDropTargets, addDropTarget, addListener, addStyleClass, alert, assignText, callBack, callBack, callScript, clearDropTargets, clearElements, clearElements, confirm, confirm, drawAttribute, findElement, findParent, findViewElements, fireEvent, fireEvent, fireEventOnView, fireEventOnView, firePropertyChange, focus, getApplication, getBundle, getBundleObject, getCustomDragMove, getDir, getDragDropEventsOptions, getDropTargets, getElements, getElements, getEventListeners, getId, getLang, getParent, getStyle, getStyleClass, getTabIndex, getText, getTitle, insert, isChildrenSetChanged, isContenteditable, isDraggable, isDrawn, isEscapeText, isListening, isListening, isListening, print, prompt, prompt, remove, remove, removeAttribute, removeDropTarget, removeListener, removeListener, removeParent, removeStyleClass, replace, replaceStyleClass, retrieveListeners, retrieveListeners, setChangeChildrenSet, setContenteditable, setCustomDragMove, setDir, setDragDropEventsOptions, setDraggable, setDrawn, setEscapeText, setLang, setParent, setStyle, setStyleClass, setTabIndex, setText, setTitle, transformTagName
@InitializeAttributes public void drawAttributes()
public java.lang.Integer getCols()
public TextArea setCols(java.lang.Integer cols)
cols
- the cols number to set. If is null call removeAttribute of
element at browser. If not null call set "cols" property of
element at browser.public boolean isDisabled()
public TextArea setDisabled(boolean disabled)
disabled
- the disabled to set.public boolean isReadOnly()
public TextArea setReadOnly(boolean readOnly)
readOnly
- the readOnly to setpublic java.lang.Integer getRows()
public TextArea setRows(java.lang.Integer rows)
rows
- the rows number to set. If is null call removeAttribute of
element at browser. If not null call set "rows" property of
element at browser.public TextArea setValue(java.lang.String value)
value
- the value to set. If is null call set empty property value of
element at browser. If not null call set "value" property of
element at browser.public java.lang.String getName()
public TextArea setName(java.lang.String name)
name
- the name to set. If is null call set empty property value of
element at browser. If not null call set "name" property of
element at browser.