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