|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectorBox | |
org.apache.turbine.util.template | Template related utilities. |
Uses of SelectorBox in org.apache.turbine.util.template |
Methods in org.apache.turbine.util.template that return SelectorBox | |
SelectorBox |
SelectorBox.setMultiple(boolean val)
This allows you to set the multiple attribute to the select element. |
SelectorBox |
SelectorBox.setName(java.lang.String name)
This allows one to set the name= attribute to the select element. |
SelectorBox |
SelectorBox.setSize(int size)
This allows one to set the size of the select element. |
SelectorBox |
SelectorBox.setOnChange(java.lang.String script)
This allows one to set an onChange attribute on the select tag |
SelectorBox |
SelectorBox.setSelected(boolean[] bools)
This allows one to set the array of selected booleans. |
SelectorBox |
SelectorBox.setSelected(java.lang.Object name)
This will set all elements as unselected, except for the element(s) with the given name. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |