| Modifier and Type | Field and Description |
|---|---|
protected TableDefinition |
TabularDataController.currentTable |
protected TableDefinition |
TabularDataGridPanel.currentTableDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected TableDefinition |
TabularDataController.getCurrentTable() |
TableDefinition |
TabularData.getCurrentTable()
Returns the current table definition.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TabularDataGridPanel.doTableReady(TableDefinition definition) |
protected void |
TabularDataGridPanel.setupGrid(TableDefinition tableDefinition) |
| Modifier and Type | Method and Description |
|---|---|
void |
TabularData.getTableDefinition(String tableKey,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback) |
protected void |
TabularDataController.getTableDefinition(TableId tableId,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback) |
void |
TabularData.getTableDefinition(TableId tableId,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback)
Returns the
TableDefinition for the specified TableId. |
| Constructor and Description |
|---|
TabularDataGridViewConfig(TableViewConfig config,
TableDefinition definition) |
| Modifier and Type | Field and Description |
|---|---|
protected TableDefinition |
TableReadyEvent.tableDefinition |
| Modifier and Type | Method and Description |
|---|---|
TableDefinition |
TableReadyEvent.getTableDefinition() |
| Constructor and Description |
|---|
TableReadyEvent(TableDefinition tableDefinition) |
| Modifier and Type | Field and Description |
|---|---|
protected TableDefinition |
DataRowReader.definition |
protected TableDefinition |
DataRowPagingReader.definition |
| Modifier and Type | Method and Description |
|---|---|
void |
DataRowPagingReader.setDefinition(TableDefinition definition) |
| Constructor and Description |
|---|
DataRowPagingReader(TableDefinition definition) |
DataRowReader(TableDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
TableDefinition |
TabularDataService.getCurrentTableDefinition(int tdSessionId) |
TableDefinition |
TabularDataService.getTableDefinition(TableId id) |
TableDefinition |
TabularDataService.openTable(int tdSessionId,
TableId tableId) |
| Modifier and Type | Method and Description |
|---|---|
void |
TabularDataServiceAsync.getCurrentTableDefinition(int id,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback) |
void |
TabularDataServiceAsync.getTableDefinition(TableId id,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback) |
void |
TabularDataServiceAsync.openTable(int tdSessionId,
TableId tableId,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback) |
| Modifier and Type | Method and Description |
|---|---|
TableDefinition |
TabularDataServiceImpl.getCurrentTableDefinition(int tdSessionId) |
TableDefinition |
TabularDataServiceImpl.getTableDefinition(TableId id) |
TableDefinition |
TabularDataServiceImpl.openTable(int tdSessionId,
TableId tableId) |
| Modifier and Type | Method and Description |
|---|---|
TableDefinition |
DataSource.getTableDefinition()
Returns the table definition.
|
| Modifier and Type | Field and Description |
|---|---|
protected TableDefinition |
TableJSonWriter.tableDefinition |
protected TableDefinition |
TableJSonBuilder.tableDefinition |
| Constructor and Description |
|---|
TableJSonBuilder(TableDefinition tableDefinition) |
TableJSonWriter(Writer writer,
TableDefinition tableDefinition) |
Copyright © 2019. All Rights Reserved.