Uses of Class
org.dashbuilder.dataset.group.GroupFunction
-
Packages that use GroupFunction Package Description org.dashbuilder.dataset org.dashbuilder.dataset.group org.dashbuilder.dataset.impl org.dashbuilder.dataset.json -
-
Uses of GroupFunction in org.dashbuilder.dataset
Methods in org.dashbuilder.dataset that return GroupFunction Modifier and Type Method Description GroupFunctionDataColumn. getGroupFunction()The group function settingsMethods in org.dashbuilder.dataset with parameters of type GroupFunction Modifier and Type Method Description StringDataSetLookupConstraints. buildUniqueColumnId(DataSetLookup lookup, GroupFunction column)voidDataColumn. setGroupFunction(GroupFunction groupFunction) -
Uses of GroupFunction in org.dashbuilder.dataset.group
Fields in org.dashbuilder.dataset.group with type parameters of type GroupFunction Modifier and Type Field Description protected List<GroupFunction>DataSetGroup. groupFunctionListMethods in org.dashbuilder.dataset.group that return GroupFunction Modifier and Type Method Description GroupFunctionGroupFunction. cloneInstance()GroupFunctionDataSetGroup. getGroupFunction(String columnId)Methods in org.dashbuilder.dataset.group that return types with arguments of type GroupFunction Modifier and Type Method Description List<GroupFunction>DataSetGroup. getAggregationFunctions()List<GroupFunction>DataSetGroup. getGroupFunctions()Methods in org.dashbuilder.dataset.group with parameters of type GroupFunction Modifier and Type Method Description voidDataSetGroup. addGroupFunction(GroupFunction... groupFunctions)IntegerDataSetGroup. getGroupFunctionIdx(GroupFunction groupFunction) -
Uses of GroupFunction in org.dashbuilder.dataset.impl
Fields in org.dashbuilder.dataset.impl declared as GroupFunction Modifier and Type Field Description protected GroupFunctionDataColumnImpl. groupFunctionMethods in org.dashbuilder.dataset.impl that return GroupFunction Modifier and Type Method Description GroupFunctionDataColumnImpl. getGroupFunction()Methods in org.dashbuilder.dataset.impl with parameters of type GroupFunction Modifier and Type Method Description voidDataColumnImpl. setGroupFunction(GroupFunction groupFunction) -
Uses of GroupFunction in org.dashbuilder.dataset.json
Methods in org.dashbuilder.dataset.json that return GroupFunction Modifier and Type Method Description GroupFunctionDataSetLookupJSONMarshaller. parseGroupFunction(org.dashbuilder.json.JsonObject groupFunctionJson)Methods in org.dashbuilder.dataset.json that return types with arguments of type GroupFunction Modifier and Type Method Description List<GroupFunction>DataSetLookupJSONMarshaller. parseGroupFunctions(org.dashbuilder.json.JsonArray groupFunctionsJson)Methods in org.dashbuilder.dataset.json with parameters of type GroupFunction Modifier and Type Method Description org.dashbuilder.json.JsonObjectDataSetLookupJSONMarshaller. formatGroupFunction(GroupFunction groupFunction)Method parameters in org.dashbuilder.dataset.json with type arguments of type GroupFunction Modifier and Type Method Description org.dashbuilder.json.JsonArrayDataSetLookupJSONMarshaller. formatGroupFunctions(List<GroupFunction> groupFunctions)
-