|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gumbo.interact.select.SelectAdapter
An adapter for selection group feedback. Converts discrete control events into a target interactor state, which involves a single selection group (such as that from a selection mapper).
Constructor Summary | |
SelectAdapter(InteractorGroup group)
Creates an instance. |
Method Summary | |
InteractorGroup |
getSelectGroup()
Returns this adapter's select interactor group. |
CollectionField.EventIn |
getTypeIn()
The new selection type, specified as state flags (Object). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SelectAdapter(InteractorGroup group)
group
- The target selection group. Never null.Method Detail |
public InteractorGroup getSelectGroup()
public CollectionField.EventIn getTypeIn()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |