org.jreform
Interface MultiInput<T>

All Superinterfaces:
InputControl<T>, MessageOnError
All Known Subinterfaces:
MultiCheckbox<T>, MultiSelect<T>
All Known Implementing Classes:
MultiCheckboxImpl, MultiInputImpl, MultiSelectImpl

public interface MultiInput<T>
extends InputControl<T>

An input that can have multiple values.

Author:
armandino (at) gmail.com

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

getValues

List<T> getValues()
Returns this input's values.


setValues

void setValues(List<T> value)
Sets this input's values.


getValueAttributes

String[] getValueAttributes()
Return's this input's value attributes.


setValueAttributes

void setValueAttributes(String[] valueAttributes)
Sets this input's value attributes.



Copyright © 2007-2008 jReform