| Package | Description |
|---|---|
| org.fireweb.html |
| Modifier and Type | Method and Description |
|---|---|
Button |
Button.setDisabled(boolean disabled)
Set "disabled" property and if element was draw call script at browser.
|
Button |
Button.setName(java.lang.String name)
Set "name" property and if element was draw call script at browser.
|
Button |
Button.setType(Button.Type type)
Set "type" property and if element was draw call script at browser.
|
Button |
Button.setValue(java.lang.String value)
Set "value" property and if element was draw call script at browser.
|