|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormType | |
org.enhydra.barracuda.contrib.dbroggisch.repopulation | |
org.enhydra.barracuda.core.forms |
Uses of FormType in org.enhydra.barracuda.contrib.dbroggisch.repopulation |
Constructors in org.enhydra.barracuda.contrib.dbroggisch.repopulation with parameters of type FormType | |
TextAreaFormElement(String name,
FormType ft,
Object defaultVal)
|
|
SelectFormElement(String ikey,
String iname,
FormType itype,
Object idefaultVal,
FormValidator ivalidator,
boolean iallowMultiples)
Creates a new SelectFormElement instance. |
|
SelectFormElement(ListModel lm,
String ikey,
String iname,
FormType itype,
Object idefaultVal,
FormValidator ivalidator,
boolean iallowMultiples)
Creates a new SelectFormElement instance. |
|
SelectFormElement(ListModel lm,
String ikey,
FormType itype,
Object idefaultVal,
FormValidator ivalidator,
boolean iallowMultiples)
Creates a new SelectFormElement instance. |
|
SelectFormElement(ListModel lm,
ListSelectionModel lsm,
String ikey,
String iname,
FormType itype,
Object idefaultVal,
FormValidator ivalidator,
boolean iallowMultiples)
Creates a new SelectFormElement instance. |
|
SelectFormElement(String ikey,
FormType itype,
Object idefaultVal,
FormValidator ivalidator)
Creates a new SelectFormElement instance. |
|
SelectFormElement(ListModel lm,
ListSelectionModel lsm,
String ikey,
FormType itype,
Object idefaultVal,
FormValidator ivalidator)
Creates a new SelectFormElement instance. |
|
GroupFormElement(ListModel lm,
String ikey,
FormType itype,
Object idefaultVal,
FormValidator ivalidator,
boolean iallowMultiples)
|
|
CheckboxFormElement(String name,
FormType ft)
|
Uses of FormType in org.enhydra.barracuda.core.forms |
Fields in org.enhydra.barracuda.core.forms declared as FormType | |
static FormType |
FormType.STRING
|
static FormType |
FormType.BOOLEAN
|
static FormType |
FormType.INTEGER
|
static FormType |
FormType.LONG
|
static FormType |
FormType.SHORT
|
static FormType |
FormType.DOUBLE
|
static FormType |
FormType.FLOAT
|
static FormType |
FormType.BIG_DECIMAL
|
static FormType |
FormType.DATE
|
static FormType |
FormType.TIMESTAMP
|
static FormType |
FormType.TIME
Time type definition |
protected FormType |
DefaultFormElement.type
|
Methods in org.enhydra.barracuda.core.forms that return FormType | |
FormType |
FormElement.getType()
Get the FormType for this for element |
FormType |
DefaultFormElement.getType()
Get the FormType for this for element |
Methods in org.enhydra.barracuda.core.forms with parameters of type FormType | |
void |
FormElement.setType(FormType type)
Set the FormType for this form element |
void |
DefaultFormElement.setType(FormType itype)
Set the FormType for this form element |
Constructors in org.enhydra.barracuda.core.forms with parameters of type FormType | |
DefaultFormElement(String ikey,
FormType itype)
Public constructor. |
|
DefaultFormElement(String ikey,
FormType itype,
Object idefaultVal)
Public constructor. |
|
DefaultFormElement(String ikey,
FormType itype,
Object idefaultVal,
FormValidator ivalidator)
Public constructor. |
|
DefaultFormElement(String ikey,
FormType itype,
Object idefaultVal,
FormValidator ivalidator,
boolean iallowMultiples)
Public constructor, Name defaults to Key |
|
DefaultFormElement(String ikey,
String iname,
FormType itype,
Object idefaultVal,
FormValidator ivalidator,
boolean iallowMultiples)
Public constructor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |