Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 151 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/datatables/TableRowCountCallback.java

Diff revisions: vs.
  @@ -8,11 +8,11 @@
8 8 * not result in a change in the value of the properties.
9 9 *
10 10 * @param pVisibleRowCount actual number of rows being displayed at this
11 - * time (<= pMaxVisibleRows)
12 - * @param pRowCount number of rows that are in the table model (may be > or
13 - * < pVisibleRows)
14 - * @param pMaxVisibleRows greatest number of whole rows that can be displayed
15 - * in the table's viewport at its current size
11 + * time (<= pMaxVisibleRows)
12 + * @param pRowCount number of rows that are in the table model (may be > or
13 + * < pVisibleRows)
14 + * @param pMaxVisibleRows greatest number of whole rows that can be displayed
15 + * in the table's viewport at its current size
16 16 */
17 - void rowCountChanged(int pVisibleRowCount, int pRowCount, int pMaxVisibleRows);
17 + void rowCountChanged( int pVisibleRowCount, int pRowCount, int pMaxVisibleRows );
18 18 }