| Package | Description |
|---|---|
| org.dashbuilder.dataset | |
| org.dashbuilder.dataset.group | |
| org.dashbuilder.dataset.impl | |
| org.dashbuilder.dataset.json |
| Modifier and Type | Method and Description |
|---|---|
GroupFunction |
DataColumn.getGroupFunction()
The group function settings
|
| Modifier and Type | Method and Description |
|---|---|
String |
DataSetLookupConstraints.buildUniqueColumnId(DataSetLookup lookup,
GroupFunction column) |
void |
DataColumn.setGroupFunction(GroupFunction groupFunction) |
| Modifier and Type | Field and Description |
|---|---|
protected List<GroupFunction> |
DataSetGroup.groupFunctionList |
| Modifier and Type | Method and Description |
|---|---|
GroupFunction |
GroupFunction.cloneInstance() |
GroupFunction |
DataSetGroup.getGroupFunction(String columnId) |
| Modifier and Type | Method and Description |
|---|---|
List<GroupFunction> |
DataSetGroup.getAggregationFunctions() |
List<GroupFunction> |
DataSetGroup.getGroupFunctions() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSetGroup.addGroupFunction(GroupFunction... groupFunctions) |
Integer |
DataSetGroup.getGroupFunctionIdx(GroupFunction groupFunction) |
| Modifier and Type | Field and Description |
|---|---|
protected GroupFunction |
DataColumnImpl.groupFunction |
| Modifier and Type | Method and Description |
|---|---|
GroupFunction |
DataColumnImpl.getGroupFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataColumnImpl.setGroupFunction(GroupFunction groupFunction) |
| Modifier and Type | Method and Description |
|---|---|
GroupFunction |
DataSetLookupJSONMarshaller.parseGroupFunction(JsonObject groupFunctionJson) |
| Modifier and Type | Method and Description |
|---|---|
List<GroupFunction> |
DataSetLookupJSONMarshaller.parseGroupFunctions(JsonArray groupFunctionsJson) |
| Modifier and Type | Method and Description |
|---|---|
JsonObject |
DataSetLookupJSONMarshaller.formatGroupFunction(GroupFunction groupFunction) |
| Modifier and Type | Method and Description |
|---|---|
JsonArray |
DataSetLookupJSONMarshaller.formatGroupFunctions(List<GroupFunction> groupFunctions) |
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.