Uses of Class
com.aspose.tasks.Group
-
-
Uses of Group in com.aspose.tasks
Methods in com.aspose.tasks that return Group Modifier and Type Method Description Group
View. getGroup()
Gets a group of the single view.Group
GroupCriterion. getParentGroup()
Gets the parent of theGroupCriterion
object.Group
GroupCriterionCollection. getParentGroup()
Gets the parent of the GroupCriterion object.Methods in com.aspose.tasks that return types with arguments of type Group Modifier and Type Method Description Iterator<Group>
GroupCollection. iterator()
List<Group>
GroupCollection. toList()
Converts a group collection to a list ofGroup
objects.Methods in com.aspose.tasks with parameters of type Group Modifier and Type Method 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 of the single view.
-