org.drools.guvnor.client.rpc
Class PageResponse<T extends AbstractPageRow>

java.lang.Object
  extended by 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


Constructor Summary
PageResponse()
           
 
Method Summary
 List<T> getPageRowList()
           
 int getStartRowIndex()
           
 int getTotalRowSize()
           
 boolean isFirstPage()
           
 boolean isLastPage()
           
 boolean isTotalRowSizeExact()
           
 void setLastPage(boolean lastPage)
           
 void setPageRowList(List<T> assetPageRowList)
           
 void setStartRowIndex(int startRowIndex)
           
 void setTotalRowSize(int totalRowSize)
           
 void setTotalRowSizeExact(boolean totalRowSizeExact)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageResponse

public PageResponse()
Method Detail

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.