|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultiInput<T>
An input that can have multiple values.
Method Summary | |
---|---|
String[] |
getValueAttributes()
Return's this input's value attributes. |
List<T> |
getValues()
Returns this input's values. |
void |
setValueAttributes(String[] valueAttributes)
Sets this input's value attributes. |
void |
setValues(List<T> value)
Sets this input's values. |
Methods inherited from interface org.jreform.InputControl |
---|
getInputName, getStringValue, getType, isRequired, isValid |
Methods inherited from interface org.jreform.MessageOnError |
---|
getOnError, setOnError |
Method Detail |
---|
List<T> getValues()
void setValues(List<T> value)
String[] getValueAttributes()
void setValueAttributes(String[] valueAttributes)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |