public class TabularDataXController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TableDefinition |
currentTable |
protected com.google.gwt.event.shared.EventBus |
eventBus |
protected TabularDataXServiceAsync |
service |
protected int |
tdSessionId |
| Modifier | Constructor and Description |
|---|---|
protected |
TabularDataXController(int tdSessionId,
com.google.gwt.event.shared.EventBus eventBus) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bindEventBus() |
protected void |
doCloseTable() |
protected void |
doOpenTable(TableId tableId) |
protected TableDefinition |
getCurrentTable() |
protected void |
getTableDefinition(TableId tableId,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback) |
protected int tdSessionId
protected com.google.gwt.event.shared.EventBus eventBus
protected TabularDataXServiceAsync service
protected TableDefinition currentTable
protected TabularDataXController(int tdSessionId,
com.google.gwt.event.shared.EventBus eventBus)
eventBus - protected void bindEventBus()
protected void doOpenTable(TableId tableId)
protected void doCloseTable()
protected TableDefinition getCurrentTable()
protected void getTableDefinition(TableId tableId, com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback)
Copyright © 2014. All Rights Reserved.