Package com.reportmill.base
Class RMGroup.Running
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
com.reportmill.base.RMGroup
com.reportmill.base.RMGroup.Running
- All Implemented Interfaces:
- RMKey.ValueForKey,- RMKey.ValueForKeyChain,- Serializable,- Cloneable,- Iterable,- Collection,- List,- RandomAccess
- Enclosing class:
- RMGroup
This RMGroup subclass/inner-class represents a subset of a group up to the given endGroup. The only difference
 between this and a normal subgroup is (a) it ignores the startGroup and (b) the "Up" key points back to the original
 group instead of the parent and (c) it supports a "Page" key which returns a subgroup that does take the startGroup
 into account.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class com.reportmill.base.RMGroupRMGroup.Running
- 
Field SummaryFields inherited from class java.util.AbstractListmodCount
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvalueForKey(String aKey) Overrides default valueForKey to handle Page and Running keys.Methods inherited from class com.reportmill.base.RMGroupaddStubGroupsAtLevel, childrenAreLeafs, equals, getAllDistinctValuesAtLevel, getGroup, getGroupLast, getKey, getKey, getMaster, getNextPeer, getParent, getParentCount, getParentOrMaster, getTable, index, isLeaf, isLeaf, isTopNOthers, setMaster, setTable, setTopNOthers, sortBySortsInGrouper, subgroup, subgroup, topN, topNWithGrouper, turnObjectsIntoLeafs, valueForKeyChainMethods inherited from class java.util.ArrayListadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollectioncontainsAll, toStringMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, stream, toArrayMethods inherited from interface java.util.ListcontainsAll
- 
Constructor Details- 
RunningCreates a Running group for parent group and start/end groups on page.
 
- 
- 
Method Details- 
valueForKeyOverrides default valueForKey to handle Page and Running keys.- Specified by:
- valueForKeyin interface- RMKey.ValueForKey
- Overrides:
- valueForKeyin class- RMGroup
 
 
-