Inherited by AbstractBatchingList.

Public Member Functions | |
| void | setPageIndex (int _pageIndex) |
| void | setPageSize (int _pageSize) |
| void | setSortOrderings (NSArray _sortOrderings) |
| void setPageIndex | ( | int | _pageIndex | ) |
Sets the page number that is currently being viewed on this list.
| _pageIndex | the page number |
Implemented in AbstractBatchingList.
| void setPageSize | ( | int | _pageSize | ) |
Sets the page size of this list.
| _pageSize | the page size |
Implemented in AbstractBatchingList.
| void setSortOrderings | ( | NSArray | _sortOrderings | ) |
Sets the sort orderings of this list.
| _sortOrderings | the sort orderings array |
Implemented in AbstractBatchingList.
1.5.8