Package | Description |
---|---|
org.fireweb.html |
Modifier and Type | Method and Description |
---|---|
Select |
Select.assignSelectedIndex(int selectedIndex)
Set current index of selected option without sending script to browser
|
Select |
Select.assignValue(org.json.JSONArray value)
Set value (state) of the element base on value receives from browser.
|
Select |
Option.getSelect()
Retrieve Select object of this option comply OptionGroup elements.
|
Select |
Select.offAllOptions()
Sets off all options comply OptionGroup elements.
|
Select |
Select.setDisabled(boolean disabled)
Set "disabled" property and if element was draw call script at browser.
|
Select |
Select.setMultiple(boolean multiple)
Set "multiple" property and if element was draw call script at browser.
|
Select |
Select.setName(java.lang.String name)
Set "name" property and if element was draw call script at browser.
|
Select |
Select.setSelectedIndex(java.lang.Integer selectedIndex)
Set "selectedIndex" property and if element was draw call script at
browser
|
Select |
Select.setSize(int size)
Set "size" property and if element was draw call script at browser
|