Uses of Class
org.granite.client.tide.collections.javafx.PagedCollection

Packages that use PagedCollection
org.granite.client.tide.collections.javafx   
 

Uses of PagedCollection in org.granite.client.tide.collections.javafx
 

Subclasses of PagedCollection in org.granite.client.tide.collections.javafx
 class PagedQuery<E,F>
          Implementation of the Tide paged collection with an generic service backend.
 

Methods in org.granite.client.tide.collections.javafx with parameters of type PagedCollection
 void PageChangeListener.pageChanged(PagedCollection<E> collection, TideRpcEvent event)