cx.ath.matthew.cgi
Class MultipleDropDown
java.lang.Object
cx.ath.matthew.cgi.Field
cx.ath.matthew.cgi.DropDown
cx.ath.matthew.cgi.MultipleDropDown
public class MultipleDropDown
- extends DropDown
- Author:
- Agent
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
Constructor Summary |
MultipleDropDown(String name,
String label,
List values,
int defval,
boolean indexed)
|
MultipleDropDown(String name,
String label,
List values,
String defval,
boolean indexed)
|
MultipleDropDown(String name,
String label,
String[] values,
int defval,
boolean indexed)
|
MultipleDropDown(String name,
String label,
String[] values,
String defval,
boolean indexed)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipleDropDown
public MultipleDropDown(String name,
String label,
String[] values,
String defval,
boolean indexed)
- Parameters:
name
- label
- values
- defval
- indexed
-
MultipleDropDown
public MultipleDropDown(String name,
String label,
String[] values,
int defval,
boolean indexed)
- Parameters:
name
- label
- values
- defval
- indexed
-
MultipleDropDown
public MultipleDropDown(String name,
String label,
List values,
String defval,
boolean indexed)
- Parameters:
name
- label
- values
- defval
- indexed
-
MultipleDropDown
public MultipleDropDown(String name,
String label,
List values,
int defval,
boolean indexed)
- Parameters:
name
- label
- values
- defval
- indexed
-
print
protected String print()
- Overrides:
print
in class DropDown