|
||||||||||
| 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 | |
|---|---|
int |
getItemCount()
Gets the total number of items this object has. |
int |
getItemsPerPage()
maximum number of visible items per page |
| Methods inherited from interface org.apache.wicket.markup.html.navigation.paging.IPageable |
|---|
getCurrentPage, getPageCount, setCurrentPage |
| Method Detail |
|---|
int getItemCount()
int getItemsPerPage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||