org.drools.guvnor.client.rpc
Class PageResponse<T extends AbstractPageRow>
java.lang.Object
org.drools.guvnor.client.rpc.PageResponse<T>
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
- Direct Known Subclasses:
- SnapshotComparisonPageResponse
public class PageResponse<T extends AbstractPageRow>
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
A Page of data for display in a PagedTable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageResponse
public PageResponse()
getPageRowList
public List<T> getPageRowList()
getStartRowIndex
public int getStartRowIndex()
getTotalRowSize
public int getTotalRowSize()
isFirstPage
public boolean isFirstPage()
isLastPage
public boolean isLastPage()
isTotalRowSizeExact
public boolean isTotalRowSizeExact()
setLastPage
public void setLastPage(boolean lastPage)
setPageRowList
public void setPageRowList(List<T> assetPageRowList)
setStartRowIndex
public void setStartRowIndex(int startRowIndex)
setTotalRowSize
public void setTotalRowSize(int totalRowSize)
setTotalRowSizeExact
public void setTotalRowSizeExact(boolean totalRowSizeExact)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.