public class GroupingDataset.GroupNode extends Object
| Modifier and Type | Field and Description |
|---|---|
LinkedHashMap<Object,GroupingDataset.GroupNode> |
groups
If this is not null, then
leafs is null. |
List<Object> |
leafs
If this is not null, then
groups is null. |
| Modifier and Type | Method and Description |
|---|---|
Comparable<?> |
getReduction(String columnId)
Performs the reduction operation on
getTransitiveLeafs(). |
List<Object> |
getTransitiveLeafs()
Returns all leafs from all descending group nodes, including this one.
|
public final LinkedHashMap<Object,GroupingDataset.GroupNode> groups
leafs is null. Maps the grouping value to appropriate group node, which
may hold leaf values (if this is the last grouping), or may contain further groups.public List<Object> getTransitiveLeafs()
leafs list.public Comparable<?> getReduction(String columnId)
getTransitiveLeafs().columnId - UITableColumn.getColumnId(), not null.Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.