|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - data type of this input.public interface InputControl<T>
Defines an input control in an html form.
| Method Summary | |
|---|---|
String |
getInputName()
Returns this input's name attribute. |
String |
getStringValue()
Returns a string representation of this input's value as returned by the #toString() method. |
InputDataType<T> |
getType()
Returns this input's data type. |
boolean |
isRequired()
Returns true if this input must have a value. |
boolean |
isValid()
Returns true if this input's data is valid. |
| Methods inherited from interface org.jreform.MessageOnError |
|---|
getOnError, setOnError |
| Method Detail |
|---|
InputDataType<T> getType()
String getInputName()
boolean isRequired()
true if this input must have a value.
boolean isValid()
true if this input's data is valid.
String getStringValue()
#toString() method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||