|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sage.swt.client.widget.table.RowDataRequest
public class RowDataRequest
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 |
|---|
public RowDataRequest()
public RowDataRequest(int startRow,
int numRows)
RowDataRequest.
startRow - the first row to requestnumRows - the number of rows to request
public RowDataRequest(int startTableRow,
int startRow,
int numRows)
RowDataRequest with information about the sort
order of columns.
startTableRow - the first data table rowstartRow - the first row to requestnumRows - the number of rows to request
public RowDataRequest(int startTableRow,
int startRow,
int numRows,
boolean fireTableLoadEvent)
RowDataRequest with information about the sort
order of columns.
startTableRow - the first data table rowstartRow - the first row to requestnumRows - the number of rows to requestfireTableLoadEvent - weather or not to fire TableLoadEvent
public RowDataRequest(java.lang.Object startKey,
int startTableRow,
int startRow,
int numRows,
boolean fireTableLoadEvent)
RowDataRequest with information about the sort
order of columns.
startKey - the key for the first EntityDatastartTableRow - the first data table rowstartRow - the first row to requestnumRows - the number of rows to requestfireTableLoadEvent - weather or not to fire TableLoadEvent
public RowDataRequest(int startTableRow,
int startRow,
int numRows,
boolean fireTableLoadEvent,
boolean refreshTable)
RowDataRequest with information about the sort
order of columns.
startTableRow - the first data table rowstartRow - the first row to requestnumRows - the number of rows to requestfireTableLoadEvent - weather or not to fire TableLoadEventrefreshTable - weather or not to refresh Table| Method Detail |
|---|
public int getNumRows()
public int getStartRow()
public int getStartTableRow()
public boolean getFreshTable()
public boolean getFireTableLoadEvent()
public java.lang.Object getStartKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||