Package io.jmix.ui.component
Class AggregationInfo
java.lang.Object
io.jmix.ui.component.AggregationInfo
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()booleanvoidsetEditable(boolean editable) voidsetFormatter(Formatter<Object> formatter) voidsetPropertyPath(MetaPropertyPath propertyPath) voidsetStrategy(AggregationStrategy strategy) voidsetType(AggregationInfo.Type type)
-
Field Details
-
editable
protected boolean editable
-
-
Constructor Details
-
AggregationInfo
public AggregationInfo()
-
-
Method Details
-
getPropertyPath
-
setPropertyPath
-
getType
-
setType
@StudioProperty(type=ENUMERATION, options={"SUM","COUNT","AVG","MIN","MAX"}) public void setType(AggregationInfo.Type type) -
getFormatter
-
setFormatter
@StudioElementsGroup(xmlElement="formatter", caption="Formatter") public void setFormatter(Formatter<Object> formatter) -
getStrategy
-
setStrategy
@StudioProperty(name="strategy", type=JAVA_CLASS_NAME) public void setStrategy(@Nullable AggregationStrategy strategy) -
isEditable
public boolean isEditable() -
setEditable
-