| Package | Description |
|---|---|
| com.dpslink.base.html |
Product-neutral classes for creating and processing various HTML elements; such as checkboxes, radio buttons and input text fields.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Option> |
Select.options()
Returns the select's set of options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Select.addOption(Option option)
Adds an option to the end of the select's set of options.
|
void |
Select.insertOptionAt(Option option,
int index)
Inserts an option at the specified index within the select's set of
options.
|