Class GroupTable.GroupAggregationDistributionContext<V>

java.lang.Object
io.jmix.ui.component.Table.AggregationDistributionContext<V>
io.jmix.ui.component.GroupTable.GroupAggregationDistributionContext<V>
Type Parameters:
V - entity type
Enclosing interface:
GroupTable<E>

public static class GroupTable.GroupAggregationDistributionContext<V> extends Table.AggregationDistributionContext<V>
Object that contains information about group aggregation distribution.
  • Field Details

  • Constructor Details

    • GroupAggregationDistributionContext

      public GroupAggregationDistributionContext(Table.Column column, @Nullable Object value, Collection<V> scope, @Nullable GroupInfo groupInfo, boolean isTotalAggregation)
  • Method Details

    • getGroupInfo

      @Nullable public GroupInfo getGroupInfo()
    • getGroupPropertyPath

      @Nullable public String getGroupPropertyPath()