|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputDataType | |
---|---|
org.jreform | Main package that defines public api. |
org.jreform.internal | Contains the bulk of implementation. |
org.jreform.types | Provides data handlers for parsing input values into specific Java types. |
Uses of InputDataType in org.jreform |
---|
Methods in org.jreform that return InputDataType | |
---|---|
static InputDataType<Boolean> |
HtmlForm.booleanType()
|
static InputDataType<Character> |
HtmlForm.charType()
|
static InputDataType<Date> |
HtmlForm.dateType(String dateFormatPattern)
|
static InputDataType<Double> |
HtmlForm.doubleType()
|
static InputDataType<Float> |
HtmlForm.floatType()
|
InputDataType<T> |
InputControl.getType()
Returns this input's data type. |
static InputDataType<Integer> |
HtmlForm.intType()
|
static InputDataType<Long> |
HtmlForm.longType()
|
static InputDataType<Short> |
HtmlForm.shortType()
|
static InputDataType<String> |
HtmlForm.stringType()
|
Methods in org.jreform with parameters of type InputDataType | ||
---|---|---|
|
InputCollection.checkbox(InputDataType<T> type,
String name,
Criterion<T>... criteria)
|
|
|
InputCollection.input(InputDataType<T> type,
String name,
Criterion<T>... criteria)
|
|
|
InputCollection.multiCheckbox(InputDataType<T> type,
String name,
Criterion<T>... criteria)
|
|
|
InputCollection.multiSelect(InputDataType<T> type,
String name,
Criterion<T>... criteria)
|
|
|
InputCollection.radio(InputDataType<T> type,
String name,
Criterion<T>... criteria)
|
|
|
InputCollection.select(InputDataType<T> type,
String name,
Criterion<T>... criteria)
|
Uses of InputDataType in org.jreform.internal |
---|
Fields in org.jreform.internal declared as InputDataType | |
---|---|
private InputDataType<T> |
AbstractInputControl.type
|
Methods in org.jreform.internal that return InputDataType | |
---|---|
InputDataType<T> |
AbstractInputControl.getType()
|
Methods in org.jreform.internal with parameters of type InputDataType | ||
---|---|---|
|
AbstractInputCollection.checkbox(InputDataType<T> type,
String name,
Criterion<T>... criteria)
|
|
|
AbstractInputCollection.input(InputDataType<T> type,
String name,
Criterion<T>... criteria)
|
|
|
AbstractInputCollection.multiCheckbox(InputDataType<T> type,
String name,
Criterion<T>... criteria)
|
|
|
AbstractInputCollection.multiSelect(InputDataType<T> type,
String name,
Criterion<T>... criteria)
|
|
|
AbstractInputCollection.radio(InputDataType<T> type,
String name,
Criterion<T>... criteria)
|
|
|
AbstractInputCollection.select(InputDataType<T> type,
String name,
Criterion<T>... criteria)
|
Constructors in org.jreform.internal with parameters of type InputDataType | |
---|---|
AbstractInputControl(InputDataType<T> type,
String name,
Criterion<T>... criteria)
Constructor. |
|
CheckboxImpl(InputDataType<T> type,
String name,
Criterion<T>... criteria)
|
|
InputImpl(InputDataType<T> type,
String name,
Criterion<T>... criteria)
|
|
MultiCheckboxImpl(InputDataType<T> type,
String name,
Criterion<T>... criteria)
|
|
MultiInputImpl(InputDataType<T> type,
String name,
Criterion<T>... criteria)
|
|
MultiSelectImpl(InputDataType<T> type,
String name,
Criterion<T>... criteria)
|
|
RadioImpl(InputDataType<T> type,
String name,
Criterion<T>... criteria)
|
|
SelectImpl(InputDataType<T> type,
String name,
Criterion<T>... criteria)
|
Uses of InputDataType in org.jreform.types |
---|
Classes in org.jreform.types that implement InputDataType | |
---|---|
class |
BooleanType
|
class |
CharType
|
class |
DateType
|
class |
DoubleType
|
class |
FloatType
|
class |
IntType
|
class |
LongType
|
class |
ShortType
|
class |
StringType
|
Methods in org.jreform.types that return InputDataType | |
---|---|
static InputDataType<Boolean> |
BooleanType.booleanType()
|
static InputDataType<Character> |
CharType.charType()
|
static InputDataType<Date> |
DateType.dateType(String dateFormatPattern)
|
static InputDataType<Double> |
DoubleType.doubleType()
|
static InputDataType<Float> |
FloatType.floatType()
|
static InputDataType<Integer> |
IntType.intType()
|
static InputDataType<Long> |
LongType.longType()
|
static InputDataType<Short> |
ShortType.shortType()
|
static InputDataType<String> |
StringType.stringType()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |