org.jwarp.flow.form.model
Interface ISelectorModel
- All Superinterfaces:
- IComponent, IStateModel
- public interface ISelectorModel
- extends IStateModel
| Methods inherited from interface org.jwarp.flow.form.model.IComponent |
addComponentListener, getDescription, getFullName, getID, getListeners, getLocale, getName, getParent, getXMLTree, handleEvent, isEnabled, removeComponentListener, setEnabled, setFlowData, setLocale |
select
public void select(java.lang.Object value)
select
public void select(java.lang.Object[] values)
getCurrentSelectionKeys
public java.util.Iterator getCurrentSelectionKeys()
getCurrentSelectionValues
public java.util.Iterator getCurrentSelectionValues()
multipleSelectionsAllowed
public boolean multipleSelectionsAllowed()