|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A pick mapper that maps members of a selction group to the group. Includes the ability to update membership in the group.
Method Summary | |
BooleanField.EventIn |
getActiveIn()
If false, input events are ignored and the selection group cannot be changed. |
CollectionField.EventIn |
getAddAllIn()
Adds a group of members (Interactor) to the selection group and syncs their state. |
InteractorField.EventIn |
getAddIn()
Adds a member to the selection group and syncs its state. |
InteractorField.EventOut |
getAddOut()
Sends the interactor after it is added to the selection group. |
NotifyNode.EventIn |
getClearIn()
Removes all members from the selection group and desyncs their state. |
InteractorField.EventOut |
getGroupOut()
Sends an immutable view of the interactor group (InteractorGroup) after it may have been modified. |
CollectionField.EventIn |
getRemoveAllIn()
Removes a group of members (Interactor) from the selection group and desyncs their state. |
InteractorField.EventIn |
getRemoveIn()
Removes a member from the selection group and desyncs its state. |
InteractorField.EventOut |
getRemoveOut()
Sends the interactor after it is removed from the selection group. |
InteractorGroup |
getSelectGroup()
Returns the selection group managed by this select mapper. |
Methods inherited from interface gumbo.interact.PickMapper |
getPickIn, getPickOut |
Method Detail |
public InteractorGroup getSelectGroup()
public BooleanField.EventIn getActiveIn()
public CollectionField.EventIn getAddAllIn()
public CollectionField.EventIn getRemoveAllIn()
public InteractorField.EventIn getAddIn()
public InteractorField.EventIn getRemoveIn()
public NotifyNode.EventIn getClearIn()
public InteractorField.EventOut getAddOut()
public InteractorField.EventOut getRemoveOut()
public InteractorField.EventOut getGroupOut()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |