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

java.lang.Object
  extended by com.sage.swt.client.widget.table.RowDataRequest

public class RowDataRequest
extends java.lang.Object

RowData Request class


Constructor Summary
RowDataRequest()
          Default constructor used for RPC.
RowDataRequest(int startRow, int numRows)
          Construct a new RowDataRequest.
RowDataRequest(int startTableRow, int startRow, int numRows)
          Construct a new RowDataRequest with information about the sort order of columns.
RowDataRequest(int startTableRow, int startRow, int numRows, boolean fireTableLoadEvent)
          Construct a new RowDataRequest with information about the sort order of columns.
RowDataRequest(int startTableRow, int startRow, int numRows, boolean fireTableLoadEvent, boolean refreshTable)
          Construct a new RowDataRequest with information about the sort order of columns.
RowDataRequest(java.lang.Object startKey, int startTableRow, int startRow, int numRows, boolean fireTableLoadEvent)
          Construct a new RowDataRequest with information about the sort order of columns.
 
Method Summary
 boolean getFireTableLoadEvent()
           
 boolean getFreshTable()
           
 int getNumRows()
           
 java.lang.Object getStartKey()
           
 int getStartRow()
           
 int getStartTableRow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowDataRequest

public RowDataRequest()
Default constructor used for RPC.


RowDataRequest

public RowDataRequest(int startRow,
                      int numRows)
Construct a new RowDataRequest.

Parameters:
startRow - the first row to request
numRows - the number of rows to request

RowDataRequest

public RowDataRequest(int startTableRow,
                      int startRow,
                      int numRows)
Construct a new RowDataRequest with information about the sort order of columns.

Parameters:
startTableRow - the first data table row
startRow - the first row to request
numRows - the number of rows to request

RowDataRequest

public RowDataRequest(int startTableRow,
                      int startRow,
                      int numRows,
                      boolean fireTableLoadEvent)
Construct a new RowDataRequest with information about the sort order of columns.

Parameters:
startTableRow - the first data table row
startRow - the first row to request
numRows - the number of rows to request
fireTableLoadEvent - weather or not to fire TableLoadEvent

RowDataRequest

public RowDataRequest(java.lang.Object startKey,
                      int startTableRow,
                      int startRow,
                      int numRows,
                      boolean fireTableLoadEvent)
Construct a new RowDataRequest with information about the sort order of columns.

Parameters:
startKey - the key for the first EntityData
startTableRow - the first data table row
startRow - the first row to request
numRows - the number of rows to request
fireTableLoadEvent - weather or not to fire TableLoadEvent

RowDataRequest

public RowDataRequest(int startTableRow,
                      int startRow,
                      int numRows,
                      boolean fireTableLoadEvent,
                      boolean refreshTable)
Construct a new RowDataRequest with information about the sort order of columns.

Parameters:
startTableRow - the first data table row
startRow - the first row to request
numRows - the number of rows to request
fireTableLoadEvent - weather or not to fire TableLoadEvent
refreshTable - weather or not to refresh Table
Method Detail

getNumRows

public int getNumRows()
Returns:
the number of requested rows

getStartRow

public int getStartRow()
Returns:
the first requested row

getStartTableRow

public int getStartTableRow()
Returns:
the first row in the data table

getFreshTable

public boolean getFreshTable()
Returns:
weather or not need to refresh the table

getFireTableLoadEvent

public boolean getFireTableLoadEvent()
Returns:
weather or not to fire TableLoadEvent

getStartKey

public java.lang.Object getStartKey()
Returns:
the key for the first EntityData


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