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() |
getGroupIDAt
public InitialRightsEditor.InitialRightsGroupsListModel()
groups
- public boolean checkAll(OdsxSelectHelper.NameId group)
public boolean checkCurrent(OdsxSelectHelper.NameId group)
public void fireListDataChanged(int oldSize)
fireListDataChanged
in class RightsComponent.GroupsListModel
public java.lang.Object getElementAt(int index)
getElementAt
in interface javax.swing.ListModel
getElementAt
in class RightsComponent.GroupsListModel
public OdsxSelectHelper.NameId getGroupAt(int index)
getGroupAt
in class RightsComponent.GroupsListModel
public int getSize()
getSize
in interface javax.swing.ListModel
getSize
in class RightsComponent.GroupsListModel