Uses of Class
fc.web.forms.Select.Option

Packages that use Select.Option
fc.web.forms Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram). 
 

Uses of Select.Option in fc.web.forms
 

Methods in fc.web.forms with parameters of type Select.Option
 void Select.add(Select.Option opt)
          Adds a new option to the selection list.
 void RefreshableSelect.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 java.util.List Select.makeOptionsFromQuery(java.sql.Connection con, java.lang.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(java.sql.Connection con, java.lang.String query, Select.Option defaultOpt)
          The specified query is used to populate this select.