com.sage.swt.client.widget.table
Class RowDataReadRequest

java.lang.Object
  extended by com.sage.swt.client.widget.table.RowDataReadRequest
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class RowDataReadRequest
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable


Constructor Summary
RowDataReadRequest(java.lang.Object key, int preCount, int totalCount)
          Construct a new RowDataReadRequest.
 
Method Summary
 int getCount()
           
 java.lang.Object getMovetoKey()
           
 int getPreCount()
           
 void setPreCount(int preCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowDataReadRequest

public RowDataReadRequest(java.lang.Object key,
                          int preCount,
                          int totalCount)
Construct a new RowDataReadRequest.

Parameters:
key - the key for request the data
preCount - the first row to request
totalCount - the number of rows to request
Method Detail

getMovetoKey

public java.lang.Object getMovetoKey()

getCount

public int getCount()

getPreCount

public int getPreCount()

setPreCount

public void setPreCount(int preCount)


Copyright © 2011 Sage Software, Inc. All rights reserved.