|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a paginated slice of items from the backend store. This list
is obtained by calling IContainer.getItems(QueryProfile, int, int)
or
IContainer.getItems(IProgress, boolean, QueryProfile, int, int)
.
Method Summary | |
int |
getItemCount()
Returns the count of items in this list |
IItem[] |
getItems()
Get the items that are on this page. |
int |
getItemStartIndex()
Gets the zero based start index of the items in the list as offset from the total number of items in the list. |
int |
getPage()
Gets the page number for this list of items. |
int |
getPageCount()
Gets the total count of pages. |
int |
getTotalItemCount()
Gets the total number of items available. |
boolean |
isFirstPage()
Gets if this item list is the first page. |
boolean |
isLastPage()
Gets if this item list is the last page. |
Method Detail |
public boolean isFirstPage()
true
if this item list contains items on
the first pagepublic boolean isLastPage()
true
if this item list contains items on
the last pagepublic int getTotalItemCount()
public int getItemCount()
public int getPageCount()
public IItem[] getItems()
null
)public int getPage()
public int getItemStartIndex()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |