|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.widgetideas.table.client.TableModel.Request
public static class TableModel.Request
A TableModel
request.
Constructor Summary | |
---|---|
TableModel.Request()
Default constructor. |
|
TableModel.Request(int startRow,
int numRows)
Constructor. |
|
TableModel.Request(int startRow,
int numRows,
TableModel.ColumnSortList columnSortList)
Constructor. |
Method Summary | |
---|---|
TableModel.ColumnSortList |
getColumnSortList()
Get the TableModel.ColumnSortInfo , which includes the sort indexes and
ascending or descending order info. |
int |
getNumRows()
Get the number of rows to request. |
int |
getStartRow()
Get the first row to request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableModel.Request()
public TableModel.Request(int startRow, int numRows)
startRow
- the first row to requestnumRows
- the number of rows to requestpublic TableModel.Request(int startRow, int numRows, TableModel.ColumnSortList columnSortList)
startRow
- the first row to requestnumRows
- the number of rows to requestcolumnSortList
- column sort ordersMethod Detail |
---|
public TableModel.ColumnSortList getColumnSortList()
TableModel.ColumnSortInfo
, which includes the sort indexes and
ascending or descending order info.
public int getNumRows()
public int getStartRow()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |