|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPageableItems
represents a countable amount of items that can be paginated. each page except the last one will contain an equal number of items.
| Method Summary | |
|---|---|
long |
getItemCount()
Gets the total number of items this object has. |
long |
getItemsPerPage()
maximum number of visible items per page |
void |
setItemsPerPage(long itemsPerPage)
set the maximum number of visible items per page |
| Methods inherited from interface org.apache.wicket.markup.html.navigation.paging.IPageable |
|---|
getCurrentPage, getPageCount, setCurrentPage |
| Method Detail |
|---|
long getItemCount()
long getItemsPerPage()
void setItemsPerPage(long itemsPerPage)
itemsPerPage -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||