Package | Description |
---|---|
org.apache.turbine.util.template |
Template related utilities.
|
Modifier and Type | Method and Description |
---|---|
SelectorBox |
SelectorBox.setMultiple(boolean val)
This allows you to set the multiple attribute to the select
element.
|
SelectorBox |
SelectorBox.setName(String name)
This allows one to set the name= attribute to the select
element.
|
SelectorBox |
SelectorBox.setOnChange(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(Object name)
This will set all elements as unselected, except for the
element(s) with the given name.
|
SelectorBox |
SelectorBox.setSize(int size)
This allows one to set the size of the select element.
|
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.