public class GroupSelectionModel
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
GroupSelectionModel()
Instantiates a new selection model.
|
GroupSelectionModel(GroupController groupController)
Instantiates a new selection model that .
|
GroupSelectionModel(GroupController groupController,
boolean doControllerNotifications)
Instantiates a new selection model.
|
| Modifier and Type | Method and Description |
|---|---|
GroupSelectionModel |
getCopy()
Returns a copy of the current SelectionModel - instance.
|
GroupMember |
getSelectedGroupMember()
Returns the selected GroupMember.
|
void |
setSelectedGroupMember(GroupMember selectedGroupMember)
Sets the selected GroupMember.
|
public GroupSelectionModel()
public GroupSelectionModel(GroupController groupController)
groupController - the current GroupControllerpublic GroupSelectionModel(GroupController groupController, boolean doControllerNotifications)
groupController - the current GroupControllerdoControllerNotifications - set true, if notifications should be done with a selectionpublic GroupSelectionModel getCopy()
public GroupMember getSelectedGroupMember()
public void setSelectedGroupMember(GroupMember selectedGroupMember)
selectedGroupMember - the new selected group member