Uses of Class
org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy.GroupByObject
Packages that use GroupByObject
-
Uses of GroupByObject in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy
Fields in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy with type parameters of type GroupByObjectModifier and TypeFieldDescriptionprotected Map<GroupByObject,GroupByComparator<T>.org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy.GroupByComparator.GroupByObjectValueCache> GroupByComparator.groupByObjectComparatorCacheCache that is used to increase the performance on sorting by summary values.Methods in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy that return GroupByObjectModifier and TypeMethodDescriptionprotected GroupByObjectGroupByTreeFormat.getGroupByObject(Object columnValue, Map<Integer, Object> descriptor) Methods in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy with parameters of type GroupByObjectModifier and TypeMethodDescriptionprotected ca.odell.glazedlists.matchers.Matcher<T>GroupByDataLayer.getGroupDescriptorMatcher(GroupByObject group, IColumnAccessor<T> columnAccessor) GroupByDataLayer.getItemsInGroup(GroupByObject group) Get the list of the items in a group.protected ObjectGroupByComparator.getSummaryValueFromCache(GroupByObject groupBy, int columnIndex) Returns the cached summary value for the givenGroupByObjectand column index.protected BooleanGroupByComparator.isSummaryColumn(GroupByObject groupBy, int columnIndex) Constructors in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy with parameters of type GroupByObjectModifierConstructorDescriptionGroupDescriptorMatcher(GroupByObject group, IColumnAccessor<T> columnAccessor)