コード例 #1
0
ファイル: CellTablePlace.java プロジェクト: Lpneo/gwt2go
 @Override
 public String getToken(CellTablePlace place) {
   return place.getCellTableName();
 }
コード例 #2
0
ファイル: CellTableActivity.java プロジェクト: Lpneo/gwt2go
  public CellTableActivity(CellTablePlace place, ClientFactory clientFactory) {
    this.name = place.getCellTableName();
    this.clientFactory = clientFactory;

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