@Override public String getToken(CellTablePlace place) { return place.getCellTableName(); }
public CellTableActivity(CellTablePlace place, ClientFactory clientFactory) { this.name = place.getCellTableName(); this.clientFactory = clientFactory; // Window.alert("You can Do RPC Call Here"); }