org.jwarp.flow.form.model
Interface ISelectorModel

All Superinterfaces:
IComponent, IStateModel

public interface ISelectorModel
extends IStateModel


Method Summary
 java.util.Iterator getCurrentSelectionKeys()
           
 java.util.Iterator getCurrentSelectionValues()
           
 boolean multipleSelectionsAllowed()
           
 void select(java.lang.Object value)
           
 void select(java.lang.Object[] values)
           
 
Methods inherited from interface org.jwarp.flow.form.model.IStateModel
addState, addState, getCurrentKey, getCurrentValue, getStates, removeState, setState
 
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
 

Method Detail

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()

©   O R C A   S y s t e m s