Package | Description |
---|---|
fc.web.forms |
Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram).
|
Modifier and Type | Method and Description |
---|---|
void |
RefreshableSelect.add(Select.Option opt)
Adds a new option to the selection list.
|
void |
Select.add(Select.Option opt)
Adds a new option to the selection list.
|
void |
DependentSelect.Data.addOption(Select.Option item)
Convienence method for use by the
Dependency.getInitialValues(fc.web.forms.Field)
method. |
static List |
Select.makeOptionsFromQuery(Connection con,
String query,
Select.Option defaultOption)
Uses the first column as the option text and if there is a second column
uses it as the corresponding option value.
|
Select |
Select.useQuery(Connection con,
String query,
Select.Option defaultOpt)
The specified query is used to populate this select.
|