protected class InitialRightsEditor.InitialRightsGroupsListModel extends RightsComponent.GroupsListModel
| Constructor and Description |
|---|
InitialRightsEditor.InitialRightsGroupsListModel()
The default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkAll(OdsxSelectHelper.NameId group)
Check if the given group has an association with RefAID ALL
|
boolean |
checkCurrent(OdsxSelectHelper.NameId group)
Check if the given group has an association with the current RefAID
|
void |
fireListDataChanged(int oldSize)
Fires an Interval event to the List
|
java.lang.Object |
getElementAt(int index) |
OdsxSelectHelper.NameId |
getGroupAt(int index)
Returns a NameId object containing the group at the specified location.
|
int |
getSize() |
getGroupIDAtpublic InitialRightsEditor.InitialRightsGroupsListModel()
groups - public boolean checkAll(OdsxSelectHelper.NameId group)
public boolean checkCurrent(OdsxSelectHelper.NameId group)
public void fireListDataChanged(int oldSize)
fireListDataChanged in class RightsComponent.GroupsListModelpublic java.lang.Object getElementAt(int index)
getElementAt in interface javax.swing.ListModelgetElementAt in class RightsComponent.GroupsListModelpublic OdsxSelectHelper.NameId getGroupAt(int index)
getGroupAt in class RightsComponent.GroupsListModelpublic int getSize()
getSize in interface javax.swing.ListModelgetSize in class RightsComponent.GroupsListModel