]> source.dussan.org Git - vaadin-framework.git/commitdiff
Enhanced javadoc
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 4 May 2011 07:52:01 +0000 (07:52 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 4 May 2011 07:52:01 +0000 (07:52 +0000)
svn changeset:18623/svn branch:6.6

src/com/vaadin/ui/Table.java

index a76153f77290e3f9d65246808209971d495cbf01..93987cff3566c86509a04e4607b1b93872a6fd46 100644 (file)
@@ -3139,7 +3139,16 @@ public class Table extends AbstractSelect implements Action.Container,
     }
 
     /**
-     * Returns the list of items on the current page
+     * Returns item identifiers of the items which are currently rendered on the
+     * client.
+     * <p>
+     * Note, that some due to historical reasons the name of the method is bit
+     * misleading. Some items may be partly or totally out of the viewport of
+     * the table's scrollable area. Actully detecting rows which can be actually
+     * seen by the end user may be problematic due to the client server
+     * architecture. Using {@link #getCurrentPageFirstItemId()} combined with
+     * {@link #getPageLength()} may produce good enough estimates in some
+     * situations.
      * 
      * @see com.vaadin.ui.Select#getVisibleItemIds()
      */