Package io.jmix.flowui.data.aggregation
Interface AggregationStrategy<V,T> 
- Type Parameters:
- T- type of aggregation result
- V- type of property values or type of data container items if- AggregationInfo.Type.CUSTOMand- MetaPropertyPathof aggregation info is null
public interface AggregationStrategy<V,T> 
Custom aggregation strategy for 
DataGrid component.- 
Method SummaryModifier and TypeMethodDescriptionaggregate(Collection<V> propertyValues) Performs aggregation ofpropertyValues.
- 
Method Details- 
aggregatePerforms aggregation ofpropertyValues.- Parameters:
- propertyValues- values of the associated- MetaPropertyPathor data container items if- MetaPropertyPathof aggregation info is null
- Returns:
- aggregation result
 
- 
getResultClass- Returns:
- type of result value
 
 
-