Uses of Interface
org.cruxframework.crux.core.client.datasource.pager.Pageable

Packages that use Pageable
org.cruxframework.crux.core.client.datasource.pager   
 

Uses of Pageable in org.cruxframework.crux.core.client.datasource.pager
 

Classes in org.cruxframework.crux.core.client.datasource.pager that implement Pageable
 class AbstractPageable<T>
          Deprecated. Use DataProvider instead.
 

Methods in org.cruxframework.crux.core.client.datasource.pager that return Pageable
<T extends PagedDataSource<?>>
Pageable<T>
Pager.getPageable()
          Deprecated. Retrieves the bound pageable
<T extends PagedDataSource<?>>
Pageable<T>
AbstractPager.getPageable()
          Deprecated.  
 

Methods in org.cruxframework.crux.core.client.datasource.pager with parameters of type Pageable
 void Pager.setPageable(Pageable<?> pageable)
          Deprecated. Bind this pager to a Pageable widget
 void AbstractPager.setPageable(Pageable<?> pageable)
          Deprecated.  
 



Copyright © 2014. All rights reserved.