cx.ath.matthew.cgi
Class MultipleDropDown
public class MultipleDropDown
- Agent
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
MultipleDropDown(String name, String label, List values, String defval, boolean indexed)
|
MultipleDropDown(String name, String label, List values, int defval, boolean indexed)
|
MultipleDropDown(String name, String label, String[] values, String defval, boolean indexed)
|
MultipleDropDown(String name, String label, String[] values, int defval, boolean indexed)
|
MultipleDropDown
public MultipleDropDown(String name,
String label,
List values,
String defval,
boolean indexed)
name
- label
- values
- defval
- indexed
-
MultipleDropDown
public MultipleDropDown(String name,
String label,
List values,
int defval,
boolean indexed)
name
- label
- values
- defval
- indexed
-
MultipleDropDown
public MultipleDropDown(String name,
String label,
String[] values,
String defval,
boolean indexed)
name
- label
- values
- defval
- indexed
-
MultipleDropDown
public MultipleDropDown(String name,
String label,
String[] values,
int defval,
boolean indexed)
name
- label
- values
- defval
- indexed
-