public class ResourceDataProvider extends DirectoryDataProvider<Serializable>
Modifier and Type | Field and Description |
---|---|
protected int |
currentPage |
protected static org.slf4j.Logger |
LOG |
paginatorRows
Constructor and Description |
---|
ResourceDataProvider(int paginatorRows,
PageReference pageRef,
String keyword) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentPage() |
Iterator<ResourceTO> |
iterator(long first,
long count) |
IModel<Serializable> |
model(Serializable object) |
long |
size() |
getSort, getSortState, setSort, setSort
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
detach
public ResourceDataProvider(int paginatorRows, PageReference pageRef, String keyword)
public Iterator<ResourceTO> iterator(long first, long count)
public long size()
public IModel<Serializable> model(Serializable object)
public int getCurrentPage()
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.