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) |
Copyright © 2014. All Rights Reserved.