Class GroupByObject
java.lang.Object
org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy.GroupByObject
This class is used to add tree items that are added to the tree path for
grouping purposes. Contains the value that is used for grouping and the
grouping index to ensure the correct ordering.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GroupByObject
- Parameters:
value
- The value that is used for grouping.descriptor
- The description of the grouping (index -> value).
Note: The map needs to be an ordered map to work correctly, e.g.LinkedHashMap
-
-
Method Details