| Modifier and Type | Field and Description |
|---|---|
protected com.sencha.gxt.widget.core.client.grid.Grid<TdColumnData> |
NormalizeColumnPanel.grid |
protected com.sencha.gxt.widget.core.client.grid.Grid<TdColumnData> |
AggregateByTimeColumnPanel.grid |
protected com.sencha.gxt.data.shared.loader.ListLoader<com.sencha.gxt.data.shared.loader.ListLoadConfig,com.sencha.gxt.data.shared.loader.ListLoadResult<TdColumnData>> |
NormalizeColumnPanel.gridLoader |
protected com.sencha.gxt.data.shared.loader.ListLoader<com.sencha.gxt.data.shared.loader.ListLoadConfig,com.sencha.gxt.data.shared.loader.ListLoadResult<TdColumnData>> |
AggregateByTimeColumnPanel.gridLoader |
protected com.sencha.gxt.data.shared.loader.ListLoader<com.sencha.gxt.data.shared.loader.ListLoadConfig,com.sencha.gxt.data.shared.loader.ListLoadResult<TdColumnData>> |
CreateTimeDimensionColumnPanel.gridLoader |
protected com.sencha.gxt.widget.core.client.grid.CheckBoxSelectionModel<TdColumnData> |
NormalizeColumnPanel.sm |
protected com.sencha.gxt.widget.core.client.grid.CheckBoxSelectionModel<TdColumnData> |
AggregateByTimeColumnPanel.sm |
protected com.sencha.gxt.widget.core.client.grid.CheckBoxSelectionModel<TdColumnData> |
CreateTimeDimensionColumnPanel.sm |
| Modifier and Type | Method and Description |
|---|---|
List<TdColumnData> |
CreateTimeDimensionColumnDialog.getListColumns()
Gets the list columns.
|
protected ArrayList<TdColumnData> |
NormalizeColumnPanel.getSelectedItems() |
protected ArrayList<TdColumnData> |
AggregateByTimeColumnPanel.getSelectedItems() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AggregateByTimeColumnPanel.getHierarchicalRelationshipPeriodDataType(TdColumnData columnData) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CreateTimeDimensionColumnPanel.addListColumns(List<TdColumnData> columns) |
protected void |
CreateTimeDimensionColumnDialog.create(ServerObjectId srId,
List<TdColumnData> listColumns,
com.google.web.bindery.event.shared.EventBus eventBus)
Creates the.
|
protected void |
CreateTimeDimensionColumnPanel.loadColumns(List<TdColumnData> result) |
void |
CreateTimeDimensionColumnDialog.loadListColumns(List<TdColumnData> listColumns)
Load list columns.
|
void |
NormalizeColumnDialog.loadListColumns(List<TdColumnData> listColumns) |
protected void |
NormalizeColumnPanel.loadListTdColumnData(List<TdColumnData> result) |
boolean |
LoaderTimeDimensionColumnData.loadOtherColumns(List<TdColumnData> list)
Load other columns.
|
boolean |
AggregateByTimeColumnDialog.loadOtherColumns(List<TdColumnData> list) |
protected void |
AggregateByTimeColumnPanel.loadOthersTdColumnData(List<TdColumnData> result) |
boolean |
LoaderTimeDimensionColumnData.loadTimeDimensionColumns(List<TdColumnData> list)
Load.
|
boolean |
AggregateByTimeColumnDialog.loadTimeDimensionColumns(List<TdColumnData> list) |
protected void |
AggregateByTimeColumnPanel.loadTimeDimensionData(List<TdColumnData> result) |
void |
CreateTimeDimensionColumnDialog.setListColumns(List<TdColumnData> listColumns)
Sets the list columns.
|
| Constructor and Description |
|---|
CreateTimeDimensionColumnDialog(ServerObjectId srId,
List<TdColumnData> listColumns,
com.google.web.bindery.event.shared.EventBus eventBus)
Instantiates a new time dimension group column dialog.
|
CreateTimeDimensionColumnPanel(ServerObjectId serverObjectId,
List<TdColumnData> listColumns,
com.google.web.bindery.event.shared.EventBus eventBus,
com.google.gwt.user.client.Command onClose) |
| Modifier and Type | Field and Description |
|---|---|
protected TdColumnData |
GroupByFormValidator.columnDataAggreagateSelected |
| Modifier and Type | Field and Description |
|---|---|
protected List<TdColumnData> |
GroupByFormValidator.listSelectedColumns |
| Modifier and Type | Method and Description |
|---|---|
TdColumnData |
AggregateDataFunctionPanel.getColumnDataSelected() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupByFormValidator.selectAggregateData(TdColumnData aggregateSelected) |
| Modifier and Type | Method and Description |
|---|---|
com.sencha.gxt.widget.core.client.container.VerticalLayoutContainer |
GroupByAggregateManager.appendAggregate(List<TdColumnData> columns,
List<TdAggregateFunction> functions) |
void |
GroupByFormValidator.selectColumnsData(List<TdColumnData> value) |
void |
AggregateDataFunctionPanel.updateColumns(List<TdColumnData> columns) |
boolean |
AggregateDataFunctionPanel.validate(List<TdColumnData> selectedColumns) |
boolean |
GroupByAggregateManager.validate(List<TdColumnData> selectedColumns) |
| Constructor and Description |
|---|
AggregateDataFunctionPanel(int index,
List<TdColumnData> columns,
List<TdAggregateFunction> functions)
No deletable
|
AggregateDataFunctionPanel(int index,
List<TdColumnData> columns,
List<TdAggregateFunction> functions,
boolean deletable,
com.google.gwt.user.client.Command command) |
| Modifier and Type | Method and Description |
|---|---|
com.sencha.gxt.data.shared.ModelKeyProvider<TdColumnData> |
TdColumnDataPropertiesAccess.id()
Id.
|
com.sencha.gxt.core.client.ValueProvider<TdColumnData,String> |
TdColumnDataPropertiesAccess.label() |
| Modifier and Type | Method and Description |
|---|---|
static org.gcube.data.analysis.tabulardata.commons.templates.model.columns.TemplateColumn<?> |
ConvertOperationForService.getColumnFromTdColumnData(org.gcube.data.analysis.tabulardata.commons.templates.model.Template template,
TdColumnData column)
Gets the column from td column data.
|
| Modifier and Type | Method and Description |
|---|---|
TdColumnData |
AggregatePair.getColumnData()
Gets the column data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AggregatePair.setColumnData(TdColumnData columnData)
Sets the column data.
|
| Modifier and Type | Method and Description |
|---|---|
TdColumnData[] |
CreateTimeDimensionColumnAction.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
List<TdColumnData> |
NormalizeColumnsAction.getColumns()
Gets the columns.
|
List<TdColumnData> |
TimeAggregationColumnAction.getGroupColumns()
Gets the group columns.
|
List<TdColumnData> |
TimeAggregationColumnAction.getTimeColumns() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TimeAggregationColumnAction.addGroupColumn(TdColumnData cd)
Adds the group column.
|
void |
CreateTimeDimensionColumnAction.setColumns(TdColumnData[] columns) |
| Modifier and Type | Method and Description |
|---|---|
void |
NormalizeColumnsAction.setColumns(List<TdColumnData> columns)
Sets the columns.
|
void |
TimeAggregationColumnAction.setGroupColumns(List<TdColumnData> groupColumns)
Sets the group columns.
|
void |
TimeAggregationColumnAction.setTimeColumns(List<TdColumnData> timeColumns) |
| Constructor and Description |
|---|
CreateTimeDimensionColumnAction(CreateTimeDimensionOptions option,
TdColumnData... tdColumnData)
Instantiates a new creates the time dimension column action.
|
| Constructor and Description |
|---|
NormalizeColumnsAction(ServerObjectId serverObjectId,
List<TdColumnData> columns,
String normalizeLabel,
String quantityLabel)
Instantiates a new group time column action.
|
TimeAggregationColumnAction(List<TdColumnData> groupColumns,
List<AggregatePair> aggregateFunctionPairs,
ServerObjectId serverObjectId,
List<TdColumnData> timeColumns,
TdPeriodType periodType) |
TimeAggregationColumnAction(List<TdColumnData> groupColumns,
List<AggregatePair> aggregateFunctionPairs,
ServerObjectId serverObjectId,
List<TdColumnData> timeColumns,
TdPeriodType periodType) |
TimeAggregationColumnAction(List<TdColumnData> timeColumns,
TdPeriodType periodType) |
Copyright © 2017. All Rights Reserved.