Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.GWT.client.widgets.datatables;
2 3
3 4 public interface TableRowCountCallback
  @@ -5,7 +6,7 @@
5 6 /**
6 7 * Called sometimes when the table is resized. Not called if the resize does
7 8 * not result in a change in the value of the properties.
8 - *
9 + *
9 10 * @param pVisibleRowCount actual number of rows being displayed at this
10 11 * time (<= pMaxVisibleRows)
11 12 * @param pRowCount number of rows that are in the table model (may be > or