Ejemplo n.º 1
0
 /** @return "x" in "Showing x to y of z" */
 public long getFrom() {
   if (table.getTotalRowCount() == 0) {
     return 0;
   }
   return table.getCurrentPage() * table.getRowsPerPage() + 1;
 }