org.jreform
Interface MultiSelect<T>

All Superinterfaces:
InputControl<T>, MessageOnError, MultiInput<T>
All Known Implementing Classes:
MultiSelectImpl

public interface MultiSelect<T>
extends MultiInput<T>

A select that supports multiple selections.

Author:
armandino (at) gmail.com

Method Summary
 Map<String,SelectableState> getState()
           
 
Methods inherited from interface org.jreform.MultiInput
getValueAttributes, getValues, setValueAttributes, setValues
 
Methods inherited from interface org.jreform.InputControl
getInputName, getStringValue, getType, isRequired, isValid
 
Methods inherited from interface org.jreform.MessageOnError
getOnError, setOnError
 

Method Detail

getState

Map<String,SelectableState> getState()


Copyright © 2007-2008 jReform