Esempio n. 1
0
 @Override
 public String getToken(CellTablePlace place) {
   return place.getCellTableName();
 }
Esempio n. 2
0
  public CellTableActivity(CellTablePlace place, ClientFactory clientFactory) {
    this.name = place.getCellTableName();
    this.clientFactory = clientFactory;

    // Window.alert("You can Do RPC Call Here");
  }