Package io.jmix.ui.component
Interface Table.AggregationDistributionProvider<E>
public static interface Table.AggregationDistributionProvider<E>
Allows to handle a group or total aggregation value changes.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when a group or total aggregation value is changed. 
- 
Method Details
- 
onDistribution
Invoked when a group or total aggregation value is changed.- Parameters:
 context- context
 
 -