public class ListPageableDataSource<T> extends Object implements PageableDataSource<T>
| Constructor and Description |
|---|
ListPageableDataSource() |
ListPageableDataSource(Collection<T> c) |
public ListPageableDataSource()
public ListPageableDataSource(Collection<T> c)
c - Collection to intialize the Listpublic <K> Page<K> getPage(Page<K> page)
getPage in interface PageableDataSource<T>public List<Serializable> getKeys(Page<T> page)
getKeys in interface PageableDataSource<T>Copyright © 2014 JDAL. All Rights Reserved.