| Modifier and Type | Method and Description |
|---|---|
static TdColumnDefinition |
TdTemplateController.createTdColumnDefinitionFromView(ColumnDefinitionView cDefView) |
| Modifier and Type | Method and Description |
|---|---|
protected List<TdColumnDefinition> |
TdTemplateController.getTdColumnDefintions() |
| Modifier and Type | Method and Description |
|---|---|
static org.gcube.portlets.user.tdtemplateoperation.shared.TdColumnData |
TdTemplateControllerActions.convertColumnToTdColumnData(TdColumnDefinition cdef)
Convert column to td column data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TdTemplateControllerUpdater.createTemplate(List<TdColumnDefinition> columns,
boolean save) |
void |
TdTemplateController.createTemplate(List<TdColumnDefinition> columns,
boolean save) |
protected void |
TdTemplateController.showViolations(List<TdColumnDefinition> columns) |
protected void |
TdTemplateController.validateTemplate(List<TdColumnDefinition> columns,
boolean save) |
| Modifier and Type | Method and Description |
|---|---|
TdColumnDefinition |
DeleteColumnOperationEvent.getColumn() |
TdColumnDefinition |
AggregateByTimeOperationEvent.getTimeColumns() |
| Modifier and Type | Method and Description |
|---|---|
List<TdColumnDefinition> |
AggregateByTimeOperationEvent.getOtherColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregateByTimeOperationEvent.setTimeColumns(TdColumnDefinition timeColumns) |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregateByTimeOperationEvent.setOtherColumns(List<TdColumnDefinition> otherColumns) |
| Constructor and Description |
|---|
AggregateByTimeOperationEvent(TdColumnDefinition timeColumns,
List<TdColumnDefinition> others) |
DeleteColumnOperationEvent(TdColumnDefinition col) |
| Constructor and Description |
|---|
AggregateByTimeOperationEvent(TdColumnDefinition timeColumns,
List<TdColumnDefinition> others) |
| Modifier and Type | Method and Description |
|---|---|
List<TdColumnDefinition> |
TdTemplateService.addColumnAction(TdColumnDefinition column,
TemplateExpression templateExpression) |
List<TdColumnDefinition> |
TdTemplateService.deleteColumnAction(TdColumnDefinition column) |
List<TdColumnDefinition> |
TdTemplateService.executeTabularDataAction(org.gcube.portlets.user.tdtemplateoperation.shared.action.TabularDataAction action) |
List<TdColumnDefinition> |
TdTemplateService.reloadColumns() |
List<TdColumnDefinition> |
TdTemplateService.removeLastAction() |
List<TdColumnDefinition> |
TdTemplateService.tableRuleAction(TemplateExpression templateExpression) |
| Modifier and Type | Method and Description |
|---|---|
List<TdColumnDefinition> |
TdTemplateService.addColumnAction(TdColumnDefinition column,
TemplateExpression templateExpression) |
void |
TdTemplateServiceAsync.addColumnAction(TdColumnDefinition column,
TemplateExpression templateExpression,
com.google.gwt.user.client.rpc.AsyncCallback<List<TdColumnDefinition>> callback) |
List<TdColumnDefinition> |
TdTemplateService.deleteColumnAction(TdColumnDefinition column) |
void |
TdTemplateServiceAsync.deleteColumnAction(TdColumnDefinition column,
com.google.gwt.user.client.rpc.AsyncCallback<List<TdColumnDefinition>> asyncCallback) |
| Modifier and Type | Method and Description |
|---|---|
void |
TdTemplateServiceAsync.addColumnAction(TdColumnDefinition column,
TemplateExpression templateExpression,
com.google.gwt.user.client.rpc.AsyncCallback<List<TdColumnDefinition>> callback) |
void |
TdTemplateServiceAsync.deleteColumnAction(TdColumnDefinition column,
com.google.gwt.user.client.rpc.AsyncCallback<List<TdColumnDefinition>> asyncCallback) |
void |
TdTemplateServiceAsync.executeTabularDataAction(org.gcube.portlets.user.tdtemplateoperation.shared.action.TabularDataAction action,
com.google.gwt.user.client.rpc.AsyncCallback<List<TdColumnDefinition>> callback) |
void |
TdTemplateServiceAsync.reloadColumns(com.google.gwt.user.client.rpc.AsyncCallback<List<TdColumnDefinition>> callback) |
void |
TdTemplateServiceAsync.removeLastAction(com.google.gwt.user.client.rpc.AsyncCallback<List<TdColumnDefinition>> callback) |
ClientReportTemplateSaved |
TdTemplateService.submitTemplate(List<TdColumnDefinition> listColumns,
TdFlowModel flowAttached,
boolean save,
List<org.gcube.portlets.user.tdtemplateoperation.shared.action.TabularDataAction> actions) |
void |
TdTemplateServiceAsync.submitTemplate(List<TdColumnDefinition> listColumns,
TdFlowModel flowAttached,
boolean save,
List<org.gcube.portlets.user.tdtemplateoperation.shared.action.TabularDataAction> actions,
com.google.gwt.user.client.rpc.AsyncCallback<ClientReportTemplateSaved> callback) |
void |
TdTemplateServiceAsync.tableRuleAction(TemplateExpression templateExpression,
com.google.gwt.user.client.rpc.AsyncCallback<List<TdColumnDefinition>> asyncCallback) |
ClientReportTemplateSaved |
TdTemplateService.updateTemplate(List<TdColumnDefinition> listColumns,
boolean save,
List<org.gcube.portlets.user.tdtemplateoperation.shared.action.TabularDataAction> actions,
TdFlowModel flowAttached) |
void |
TdTemplateServiceAsync.updateTemplate(List<TdColumnDefinition> listColumns,
boolean save,
List<org.gcube.portlets.user.tdtemplateoperation.shared.action.TabularDataAction> actions,
TdFlowModel flowAttached,
com.google.gwt.user.client.rpc.AsyncCallback<ClientReportTemplateSaved> callback) |
| Modifier and Type | Method and Description |
|---|---|
List<TdColumnDefinition> |
TemplatePanelActionEdit.getOthersColumns()
Gets the others columns.
|
List<TdColumnDefinition> |
TemplatePanelActionEdit.getTimeDimensionCls()
Gets the time dimension cls.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplatePanelActionEdit.setWidgetIntoTable(int rowIndex,
TdColumnDefinition columnDefined,
com.google.gwt.user.client.ui.Widget widget)
Sets the widget into table.
|
void |
TemplatePanelActionEdit.updateColumnByTdColumnDefinition(TdColumnDefinition columnDefined)
Update column by td column definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MenuActionBuilder.createMenuForRemoveColum(com.google.web.bindery.event.shared.SimpleEventBus actionBus,
com.extjs.gxt.ui.client.widget.button.Button button,
List<TdColumnDefinition> columns)
Creates the menu for remove colum.
|
void |
MenuActionBuilder.createMenuForTimeAggregation(com.google.web.bindery.event.shared.SimpleEventBus actionBus,
com.extjs.gxt.ui.client.widget.button.Button button,
List<TdColumnDefinition> timeColumns,
List<TdColumnDefinition> otherColumns)
Creates the menu for time aggregation.
|
void |
MenuActionBuilder.createMenuForTimeAggregation(com.google.web.bindery.event.shared.SimpleEventBus actionBus,
com.extjs.gxt.ui.client.widget.button.Button button,
List<TdColumnDefinition> timeColumns,
List<TdColumnDefinition> otherColumns)
Creates the menu for time aggregation.
|
void |
TemplatePanelActionEdit.setColumns(List<TdColumnDefinition> columns)
Sets the columns.
|
void |
TemplatePanelActionEdit.updateColumns(List<TdColumnDefinition> columns)
Update columns.
|
| Constructor and Description |
|---|
AddColumnActionDialog(org.gcube.portlets.user.tdtemplateoperation.shared.ServerObjectId srId,
com.google.web.bindery.event.shared.EventBus actionsBus,
TemplateSwitcherInteface switcherInterface,
TdTemplateController controller,
int columnIndex,
List<TdColumnDefinition> otherColumns)
Instantiates a new adds the column action dialog.
|
MultiColumnRuleAction(List<TdColumnDefinition> columns,
com.google.web.bindery.event.shared.EventBus bus)
Instantiates a new multi column rule action.
|
| Modifier and Type | Method and Description |
|---|---|
com.extjs.gxt.ui.client.widget.HorizontalPanel |
EditableLabelColumnDefinitionView.getEditableLabelPanel(TdColumnDefinition columnDefined,
ZIndexReference zIndex) |
| Modifier and Type | Method and Description |
|---|---|
TdColumnDefinition |
AddExpressionDialogManager.getColumn() |
| Modifier and Type | Method and Description |
|---|---|
List<TdColumnDefinition> |
AddExpressionDialogManager.getOtherColumns() |
| Constructor and Description |
|---|
AddExpressionDialogManager(TdColumnDefinition col,
List<TdColumnDefinition> otherColumns,
com.google.web.bindery.event.shared.EventBus bus,
TemplatePanel templatePanel)
Instantiates a new adds the expression dialog manager.
|
| Constructor and Description |
|---|
AddExpressionDialogManager(TdColumnDefinition col,
List<TdColumnDefinition> otherColumns,
com.google.web.bindery.event.shared.EventBus bus,
TemplatePanel templatePanel)
Instantiates a new adds the expression dialog manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplatePanelUpdater.updateColumnByTdColumnDefinition(TdColumnDefinition colm) |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplatePanelUpdater.setColumns(List<TdColumnDefinition> columns) |
| Modifier and Type | Method and Description |
|---|---|
List<TdColumnDefinition> |
TdTemplateServiceImpl.addColumnAction(TdColumnDefinition column,
TemplateExpression expression) |
List<TdColumnDefinition> |
TdTemplateServiceImpl.deleteColumnAction(TdColumnDefinition column) |
List<TdColumnDefinition> |
TdTemplateServiceImpl.executeTabularDataAction(org.gcube.portlets.user.tdtemplateoperation.shared.action.TabularDataAction action)
Execute tabular data action.
|
List<TdColumnDefinition> |
TdTemplateServiceImpl.reloadColumns() |
List<TdColumnDefinition> |
TdTemplateServiceImpl.removeLastAction() |
List<TdColumnDefinition> |
TdTemplateServiceImpl.tableRuleAction(TemplateExpression templateExpression) |
| Modifier and Type | Method and Description |
|---|---|
List<TdColumnDefinition> |
TdTemplateServiceImpl.addColumnAction(TdColumnDefinition column,
TemplateExpression expression) |
List<TdColumnDefinition> |
TdTemplateServiceImpl.deleteColumnAction(TdColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
protected ServerReportTemplateSaved |
TdTemplateServiceImpl.generateServerReportTemplate(List<TdColumnDefinition> listColumns,
TdFlowModel flowAttached)
Generates
ServerReportTemplateSaved The server report template. |
protected ServerReportTemplateSaved |
TdTemplateServiceImpl.getServerColumns(List<TdColumnDefinition> listColumns)
Gets the server columns.
|
ClientReportTemplateSaved |
TdTemplateServiceImpl.submitTemplate(List<TdColumnDefinition> listColumns,
TdFlowModel flowAttached,
boolean save,
List<org.gcube.portlets.user.tdtemplateoperation.shared.action.TabularDataAction> actions) |
ClientReportTemplateSaved |
TdTemplateServiceImpl.updateTemplate(List<TdColumnDefinition> listColumns,
boolean save,
List<org.gcube.portlets.user.tdtemplateoperation.shared.action.TabularDataAction> actions,
TdFlowModel flowAttached) |
| Modifier and Type | Method and Description |
|---|---|
static TdColumnDefinition |
ConverterToTdTemplateModel.getTdColumnDefinitionFromTemplateColumn(int index,
org.gcube.data.analysis.tabulardata.commons.templates.model.columns.TemplateColumn<?> templateColumn,
TemplateService service,
CacheServerExpressions cache)
Gets the td column definition from template column.
|
static TdColumnDefinition |
ConverterToTdTemplateModel.settingSpecificReference(org.gcube.data.analysis.tabulardata.commons.templates.model.columns.TemplateColumn<?> templateColumn,
TdColumnDefinition tdColumn,
TemplateService service)
Setting specific reference.
|
| Modifier and Type | Method and Description |
|---|---|
static List<TdColumnDefinition> |
ConverterToTdTemplateModel.getTdColumnDefinitionFromTemplateColumn(List<org.gcube.data.analysis.tabulardata.commons.templates.model.columns.TemplateColumn<?>> sCol,
org.gcube.data.analysis.tabulardata.commons.templates.model.Template template,
TemplateService service,
CacheServerExpressions cache)
Gets the td column definition from template column.
|
| Modifier and Type | Method and Description |
|---|---|
static org.gcube.portlets.user.tdtemplateoperation.shared.TdColumnData |
ConverterToTdTemplateModel.getTdColumnData(TdColumnDefinition tdColumn,
String serverId)
Gets the td column data.
|
static TdColumnDefinition |
ConverterToTdTemplateModel.settingSpecificReference(org.gcube.data.analysis.tabulardata.commons.templates.model.columns.TemplateColumn<?> templateColumn,
TdColumnDefinition tdColumn,
TemplateService service)
Setting specific reference.
|
| Modifier and Type | Method and Description |
|---|---|
List<TdColumnDefinition> |
ClientReportTemplateSaved.getListColumns() |
List<TdColumnDefinition> |
TdTemplateUpdater.getListColumns()
Gets the list columns.
|
List<TdColumnDefinition> |
ClientReportTemplateSaved.getListErrorColumn() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientReportTemplateSaved.addColumnError(TdColumnDefinition tdColumnDefinition) |
void |
ClientReportTemplateSaved.addValidColumn(TdColumnDefinition tdColumnDefinition) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientReportTemplateSaved.setListColumns(List<TdColumnDefinition> listColumns) |
void |
TdTemplateUpdater.setListColumns(List<TdColumnDefinition> listColumns)
Sets the list columns.
|
void |
ClientReportTemplateSaved.setListErrorColumn(List<TdColumnDefinition> listErrorColumn) |
| Constructor and Description |
|---|
ClientReportTemplateSaved(boolean error,
List<TdColumnDefinition> listErrorColumn,
List<TdColumnDefinition> columns) |
ClientReportTemplateSaved(boolean error,
List<TdColumnDefinition> listErrorColumn,
List<TdColumnDefinition> columns) |
TdTemplateUpdater(TdTemplateDefinition templateDefinition,
List<TdColumnDefinition> listColumns)
Instantiates a new td template updater.
|
Copyright © 2017. All Rights Reserved.