Package cx.ath.matthew.cgi
Class DropDown
java.lang.Object
cx.ath.matthew.cgi.Field
cx.ath.matthew.cgi.DropDown
- Direct Known Subclasses:
MultipleDropDown
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new DropDown list.Create a new DropDown list.Create a new DropDown list.Create a new DropDown list. -
Method Summary
-
Constructor Details
-
DropDown
Create a new DropDown list.- Parameters:
name
- The HTML field name.label
- The label to displayvalues
- The values for the drop down listdefval
- If this parameter is set then this element will be selected by default.indexed
- If this is set to true, then indexes will be returned, rather than values.
-
DropDown
Create a new DropDown list.- Parameters:
name
- The HTML field name.label
- The label to displayvalues
- The values for the drop down listdefval
- If this parameter is set then this element will be selected by default.indexed
- If this is set to true, then indexes will be returned, rather than values.
-
DropDown
Create a new DropDown list.- Parameters:
name
- The HTML field name.label
- The label to displayvalues
- The values for the drop down listdefval
- If this parameter is set then this element will be selected by default.indexed
- If this is set to true, then indexes will be returned, rather than values.
-
DropDown
Create a new DropDown list.- Parameters:
name
- The HTML field name.label
- The label to displayvalues
- The values for the drop down listdefval
- If this parameter is set then this element will be selected by default.indexed
- If this is set to true, then indexes will be returned, rather than values.
-
-
Method Details