| Modifier and Type | Method and Description |
|---|---|
ColumnData |
TDGWTService.getColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName)
Retrieves information about a specific column
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ColumnData> |
TDGWTService.getColumns()
Retrieves the list of columns in the current table
|
ArrayList<ColumnData> |
TDGWTService.getColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves the list of columns in the table provided by trId
|
| Modifier and Type | Method and Description |
|---|---|
void |
TDGWTServiceAsync.getColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName,
com.google.gwt.user.client.rpc.AsyncCallback<ColumnData> callback) |
void |
TDGWTServiceAsync.getColumns(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ColumnData>> callback) |
void |
TDGWTServiceAsync.getColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ColumnData>> callback) |
| Modifier and Type | Method and Description |
|---|---|
ColumnData |
TDGWTServiceImpl.getColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName)
Retrieves information about a specific column
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ColumnData> |
TDGWTServiceImpl.getColumns()
Retrieves the list of columns in the current table
|
ArrayList<ColumnData> |
TDGWTServiceImpl.getColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves the list of columns in the table provided by trId
|
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<ColumnData> |
CSVExportSession.columns |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ColumnData> |
CSVExportSession.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
CSVExportSession.setColumns(ArrayList<ColumnData> columns) |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<ColumnData> |
TableData.listColumnData |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ColumnData> |
TableData.getListColumnData() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableData.setListColumnData(ArrayList<ColumnData> listColumnData) |
| Modifier and Type | Field and Description |
|---|---|
protected ColumnData |
LabelColumnSession.columnData |
protected ColumnData |
DeleteColumnSession.columnData |
| Modifier and Type | Method and Description |
|---|---|
ColumnData |
LabelColumnSession.getColumnData() |
ColumnData |
DeleteColumnSession.getColumnData() |
| Modifier and Type | Method and Description |
|---|---|
void |
LabelColumnSession.setColumnData(ColumnData columnData) |
void |
DeleteColumnSession.setColumnData(ColumnData columnData) |
| Modifier and Type | Field and Description |
|---|---|
protected ColumnData |
ChangeColumnTypeSession.columnData |
| Modifier and Type | Method and Description |
|---|---|
ColumnData |
ChangeColumnTypeSession.getColumnData() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeColumnTypeSession.setColumnData(ColumnData columnData) |
Copyright © 2014. All Rights Reserved.