Exemplo n.º 1
0
 public void goMore(GuiUserEvent event) {
   JDataSet ds = sv.getNextPage(sessionId);
   this.displayPage(event, ds, null);
 }