| Modifier and Type | Method and Description |
|---|---|
protected TableId |
TabularDataX.getTableId(String tableKey) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TabularDataXController.doOpenTable(TableId tableId) |
protected void |
TabularDataXController.getTableDefinition(TableId tableId,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback) |
void |
TabularDataX.getTableDefinition(TableId tableId,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback)
Returns the
TableDefinition for the specified TableId. |
void |
TabularDataX.openTable(TableId id)
Opens a new table.
|
| Modifier and Type | Field and Description |
|---|---|
protected TableId |
OpenTableEvent.tableId |
| Modifier and Type | Method and Description |
|---|---|
TableId |
OpenTableEvent.getTableId() |
| Modifier and Type | Method and Description |
|---|---|
static void |
OpenTableEvent.fire(com.google.gwt.event.shared.HasHandlers source,
TableId tableId) |
| Constructor and Description |
|---|
OpenTableEvent(TableId tableId) |
| Modifier and Type | Method and Description |
|---|---|
TableDefinition |
TabularDataXService.getTableDefinition(TableId id) |
void |
TabularDataXServiceAsync.getTableDefinition(TableId id,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback) |
TableDefinition |
TabularDataXService.openTable(int tdSessionId,
TableId tableId) |
void |
TabularDataXServiceAsync.openTable(int tdSessionId,
TableId tableId,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback) |
| Modifier and Type | Method and Description |
|---|---|
TableDefinition |
TabularDataXServiceImpl.getTableDefinition(TableId id) |
TableDefinition |
TabularDataXServiceImpl.openTable(int tdSessionId,
TableId tableId) |
| Modifier and Type | Method and Description |
|---|---|
DataSourceX |
DataSourceXFactory.openDataSource(org.gcube.application.framework.core.session.ASLSession session,
TableId id)
Open the specified datasource
DataSourceX. |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceX |
SessionUtil.openDataSource(javax.servlet.http.HttpSession httpSession,
TableId tableId) |
| Modifier and Type | Field and Description |
|---|---|
protected TableId |
TableDefinition.id |
| Modifier and Type | Method and Description |
|---|---|
TableId |
TableDefinition.getId() |
| Constructor and Description |
|---|
TableDefinition(TableId id,
String name)
Creates a new Table definition.
|
TableDefinition(TableId id,
String name,
String jsonRowsField,
String jsonTotalLengthField,
String jsonOffsetField)
Creates a new Table definition.
|
TableDefinition(TableId id,
String name,
String jsonRowsField,
String jsonTotalLengthField,
String jsonOffsetField,
List<ColumnDefinition> columns)
Creates a new Table definition.
|
TableDefinition(TableId id,
String name,
String jsonRowsField,
String jsonTotalLengthField,
String jsonOffsetField,
Map<String,ColumnDefinition> columns)
Creates a new Table definition.
|
Copyright © 2015. All Rights Reserved.