public interface IDataContainer
Modifier and Type | Field and Description |
---|---|
static String |
SORT_CASEINSENSITIVE |
static String |
SORT_CASESENSITIVE |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentPage()
Return the current page the list is displaying
|
String |
getCurrentSortColumn()
Return the currently sorted column if any
|
int |
getPageCount()
Return the count of max available pages
|
int |
getPageSize()
Returns the current page size used for this list, or -1 for no paging.
|
boolean |
isCurrentSortDescending()
Returns the current sort direction.
|
boolean |
isDataAvailable()
Returns true if a row of data is available
|
Object |
nextRow()
Returns the next row of data from the data model
|
void |
setCurrentPage(int index)
Set the current page to display.
|
void |
sort(String column,
boolean descending,
String mode)
Sort the dataset using the specified sort parameters
|
static final String SORT_CASEINSENSITIVE
static final String SORT_CASESENSITIVE
String getCurrentSortColumn()
boolean isCurrentSortDescending()
int getPageSize()
int getCurrentPage()
void setCurrentPage(int index)
index
- Zero based page index to displayint getPageCount()
boolean isDataAvailable()
Object nextRow()
Copyright © 2005–2017 Alfresco Software. All rights reserved.