|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Input<T>
An input that has only a single value.
Method Summary | |
---|---|
T |
getValue()
Returns this input's value. |
String |
getValueAttribute()
Return's this input's value attribute. |
void |
setValue(T value)
Sets this input's value. |
void |
setValueAttribute(String valueAttribute)
Sets this input's value attribute. |
Methods inherited from interface org.jreform.InputControl |
---|
getInputName, getStringValue, getType, isRequired, isValid |
Methods inherited from interface org.jreform.MessageOnError |
---|
getOnError, setOnError |
Method Detail |
---|
T getValue()
void setValue(T value)
String getValueAttribute()
void setValueAttribute(String valueAttribute)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |