Package | Description |
---|---|
org.fireweb.html |
Modifier and Type | Method and Description |
---|---|
TextArea |
TextArea.setCols(java.lang.Integer cols)
Set "cols" property and if element was draw call script at browser.
|
TextArea |
TextArea.setDisabled(boolean disabled)
Set "disabled" property and if element was draw call script at browser.
|
TextArea |
TextArea.setName(java.lang.String name)
Set "name" property and if element was draw call script at browser.
|
TextArea |
TextArea.setReadOnly(boolean readOnly)
Set "readOnly" property and if element was draw call script at browser.
|
TextArea |
TextArea.setRows(java.lang.Integer rows)
Set "rows" property and if element was draw call script at browser.
|
TextArea |
TextArea.setValue(java.lang.String value)
Set "value" property and if element was draw call script at browser.
|