Modifier and Type | Method and Description |
---|---|
Group |
View.getGroup()
Gets a Group object representing the group of the single view.
|
Group |
GroupCriterion.getParentGroup()
Gets the parent of the
GroupCriterion object. |
Group |
GroupCriterionCollection.getParentGroup()
Gets the parent of the GroupCriterion object.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Group> |
GroupCollection.iterator() |
List<Group> |
GroupCollection.toList()
Converts a group collection to a list of
Group objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
GroupCollection.add(Group item) |
boolean |
GroupCollection.contains(Group item)
Returns true if this collection contains the specified item.
|
void |
GroupCollection.copyTo(Group[] array,
int arrayIndex)
Copies the elements of this collection to the specified array, starting at the specified array index.
|
boolean |
GroupCollection.remove(Group item)
Removes the first occurrence of a specific object from this collection.
|
void |
View.setGroup(Group value)
Sets a Group object representing the group of the single view.
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.