org.gcube.portlets.user.tdw.client
Class TabularDataController

java.lang.Object
  extended by org.gcube.portlets.user.tdw.client.TabularDataController

public class TabularDataController
extends Object

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Field Summary
protected  TableDefinition currentTable
           
protected  com.google.gwt.event.shared.EventBus eventBus
           
protected  TabularDataServiceAsync service
           
protected  int tdSessionId
           
 
Constructor Summary
protected TabularDataController(int tdSessionId, com.google.gwt.event.shared.EventBus eventBus)
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tdSessionId

protected int tdSessionId

eventBus

protected com.google.gwt.event.shared.EventBus eventBus

service

protected TabularDataServiceAsync service

currentTable

protected TableDefinition currentTable
Constructor Detail

TabularDataController

protected TabularDataController(int tdSessionId,
                                com.google.gwt.event.shared.EventBus eventBus)
Parameters:
eventBus -
Method Detail

bindEventBus

protected void bindEventBus()

doOpenTable

protected void doOpenTable(TableId tableId)

doCloseTable

protected void doCloseTable()

getCurrentTable

protected TableDefinition getCurrentTable()

getTableDefinition

protected void getTableDefinition(TableId tableId,
                                  com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback)


Copyright © 2013. All Rights Reserved.