| Modifier and Type | Method and Description |
|---|---|
protected TableDefinition |
TabularDataXController.getCurrentTable() |
TableDefinition |
TabularDataX.getCurrentTable()
Returns the current table definition.
|
TableDefinition |
TabularDataXGridPanel.getTableDefinition()
Return table definition
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TabularDataXGridPanel.doTableReady(TableDefinition definition) |
protected void |
TabularDataXGridPanel.setupGrid(TableDefinition tableDefinition)
Define the grid
|
| Modifier and Type | Method and Description |
|---|---|
void |
TabularDataX.getTableDefinition(String tableKey,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback) |
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. |
| Modifier and Type | Field and Description |
|---|---|
protected TableDefinition |
TabularDataGridViewConfig.tableDefinition |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
static void |
TableReadyEvent.fire(com.google.gwt.event.shared.HasHandlers source,
TableDefinition tableDefinition) |
| 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 |
TabularDataXService.getCurrentTableDefinition(int tdSessionId) |
TableDefinition |
TabularDataXService.getTableDefinition(TableId id) |
TableDefinition |
TabularDataXService.openTable(int tdSessionId,
TableId tableId) |
TableDefinition |
TabularDataXService.setCurrentTableColumnsReordering(int tdSessionId,
ColumnsReorderingConfig columnReorderingConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
TabularDataXServiceAsync.getCurrentTableDefinition(int id,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback) |
void |
TabularDataXServiceAsync.getTableDefinition(TableId id,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback) |
void |
TabularDataXServiceAsync.openTable(int tdSessionId,
TableId tableId,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback) |
void |
TabularDataXServiceAsync.setCurrentTableColumnsReordering(int tdSessionId,
ColumnsReorderingConfig columnReorderingConfig,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback) |
| Modifier and Type | Method and Description |
|---|---|
TableDefinition |
TabularDataXServiceImpl.getCurrentTableDefinition(int tdSessionId) |
TableDefinition |
TabularDataXServiceImpl.getTableDefinition(TableId id) |
TableDefinition |
TabularDataXServiceImpl.openTable(int tdSessionId,
TableId tableId) |
TableDefinition |
TabularDataXServiceImpl.setCurrentTableColumnsReordering(int tdSessionId,
ColumnsReorderingConfig columnReorderingConfig) |
| Modifier and Type | Method and Description |
|---|---|
TableDefinition |
DataSourceX.getTableDefinition()
Returns the table definition.
|
TableDefinition |
DataSourceX.setColumnReordering(ColumnsReorderingConfig columnsReorderingConfig)
Set column reordering on current table
|
| 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 © 2015. All Rights Reserved.