org.drools.guvnor.client.rpc
Class TableDataResult

java.lang.Object
  extended by org.drools.guvnor.client.rpc.TableDataResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class TableDataResult
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

This contains the results returned to populate a table/grid.


Field Summary
 long currentPosition
           
 TableDataRow[] data
           
 boolean hasNext
           
 long total
           
 
Constructor Summary
TableDataResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public TableDataRow[] data

total

public long total

hasNext

public boolean hasNext

currentPosition

public long currentPosition
Constructor Detail

TableDataResult

public TableDataResult()


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.