Package io.jmix.flowui.component
Class AggregationInfo
java.lang.Object
io.jmix.flowui.component.AggregationInfo
- All Implemented Interfaces:
- SupportsFormatter<Object>
POJO to store all information needed to create aggregation in 
DataGrid.- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Stringprotected MetaPropertyPathprotected AggregationStrategy<?,?> protected AggregationInfo.Type
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionAggregationStrategy<?,?> getType()voidsetCellTitle(String cellTitle) voidsetFormatter(Formatter<? super Object> formatter) voidsetPropertyPath(MetaPropertyPath propertyPath) voidsetStrategy(AggregationStrategy<?, ?> strategy) voidsetType(AggregationInfo.Type type) 
- 
Field Details- 
propertyPath
- 
type
- 
formatter
- 
strategy
- 
cellTitle
 
- 
- 
Constructor Details- 
AggregationInfopublic AggregationInfo()
 
- 
- 
Method Details- 
getPropertyPath
- 
setPropertyPath
- 
getType
- 
setType
- 
getFormatter- Specified by:
- getFormatterin interface- SupportsFormatter<Object>
 
- 
setFormatter- Specified by:
- setFormatterin interface- SupportsFormatter<Object>
 
- 
getStrategy
- 
setStrategy
- 
getCellTitle
- 
setCellTitle
 
-