Uses of Enum Class
ru.cg.webbpm.modules.database.bean.AggregationFunction
Packages that use AggregationFunction
Package
Description
-
Uses of AggregationFunction in component.chart.model
Fields in component.chart.model declared as AggregationFunction -
Uses of AggregationFunction in component.chart.model.single
Fields in component.chart.model.single declared as AggregationFunction -
Uses of AggregationFunction in component.grid.columns
Fields in component.grid.columns declared as AggregationFunction -
Uses of AggregationFunction in component.grid.model
Fields in component.grid.model declared as AggregationFunction -
Uses of AggregationFunction in model.chart
Fields in model.chart declared as AggregationFunctionModifier and TypeFieldDescriptionChartOptions.aggregationFunction
ChartOptionsDataSet.aggregationFunction
Methods in model.chart that return AggregationFunction -
Uses of AggregationFunction in property.gantt
Fields in property.gantt declared as AggregationFunctionMethods in property.gantt that return AggregationFunction -
Uses of AggregationFunction in property.grid
Fields in property.grid declared as AggregationFunctionModifier and TypeFieldDescriptionGridColumn.aggregationFunction
StaticGridColumn.aggregationFunction
Methods in property.grid that return AggregationFunctionModifier and TypeMethodDescriptionColumn.getAggregationFunction()
GridColumn.getAggregationFunction()
StaticGridColumn.getAggregationFunction()
-
Uses of AggregationFunction in ru.cg.webbpm.modules.database.bean
Methods in ru.cg.webbpm.modules.database.bean that return AggregationFunctionModifier and TypeMethodDescriptionstatic AggregationFunction
Returns the enum constant of this class with the specified name.static AggregationFunction[]
AggregationFunction.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AggregationFunction in ru.cg.webbpm.modules.database.bean.entity_graph
Methods in ru.cg.webbpm.modules.database.bean.entity_graph that return AggregationFunctionConstructors in ru.cg.webbpm.modules.database.bean.entity_graph with parameters of type AggregationFunctionModifierConstructorDescriptionAggregateFuncField
(List<EntityColumn> multiColumnEntities, AggregationFunction aggregationFunction) AggregateFuncField
(EntityColumn entityColumn, AggregationFunction aggregationFunction)