org.intranet.ui
Class MultipleChoiceParameter
java.lang.Object
org.intranet.ui.Parameter
org.intranet.ui.MultipleValueParameter
org.intranet.ui.MultipleChoiceParameter
- All Implemented Interfaces:
- java.io.Serializable
- public final class MultipleChoiceParameter
- extends MultipleValueParameter
- See Also:
- Serialized Form
Fields inherited from class org.intranet.ui.Parameter |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
choiceParam
private ChoiceParameter choiceParam
selectedValues
private java.lang.Object[] selectedValues
MultipleChoiceParameter
public MultipleChoiceParameter(ChoiceParameter param)
getParameterList
public java.util.List getParameterList()
- Specified by:
getParameterList
in class MultipleValueParameter
getLegalValues
public java.util.List getLegalValues()
setChoice
public void setChoice(java.lang.Object[] selectedValues)
getSingleValue
public java.lang.Object getSingleValue()
- Specified by:
getSingleValue
in class MultipleValueParameter