|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.Component
wicket.MarkupContainer
wicket.markup.html.WebMarkupContainer
wicket.markup.html.list.Loop
wicket.markup.html.navigation.paging.PagingNavigation
wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigation
public class AjaxPagingNavigation
An ajaxified navigation for a PageableListView that holds links to other pages of the PageableListView.
Please
PagingNavigation,
Serialized Form| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class wicket.markup.html.list.Loop |
|---|
Loop.LoopItem |
| Nested classes/interfaces inherited from class wicket.Component |
|---|
Component.ComponentModelChange, Component.EnabledChange, Component.IVisitor, Component.VisibilityChange |
| Field Summary |
|---|
| Fields inherited from class wicket.markup.html.navigation.paging.PagingNavigation |
|---|
labelProvider, pageable |
| Fields inherited from class wicket.Component |
|---|
ENABLE, FLAG_RESERVED1, FLAG_RESERVED2, FLAG_RESERVED3, FLAG_RESERVED4, FLAG_RESERVED5, FLAG_RESERVED6, FLAG_RESERVED7, FLAG_RESERVED8, PATH_SEPARATOR, RENDER |
| Constructor Summary | |
|---|---|
AjaxPagingNavigation(java.lang.String id,
IPageable pageable)
Constructor. |
|
AjaxPagingNavigation(java.lang.String id,
IPageable pageable,
IPagingLabelProvider labelProvider)
Constructor. |
|
| Method Summary | |
|---|---|
protected PagingNavigationLink |
newPagingNavigationLink(java.lang.String id,
IPageable pageable,
int pageIndex)
Factory method for creating ajaxian page number links. |
| Methods inherited from class wicket.markup.html.navigation.paging.PagingNavigation |
|---|
getMargin, getSeparator, getStartIndex, getViewSize, internalOnAttach, populateItem, renderItem, setMargin, setSeparator, setViewSize |
| Methods inherited from class wicket.markup.html.list.Loop |
|---|
getIterations, newItem, onRender |
| Methods inherited from class wicket.markup.html.WebMarkupContainer |
|---|
getMarkupType, getWebPage |
| Methods inherited from class wicket.MarkupContainer |
|---|
add, autoAdd, contains, findMarkupStream, get, getAssociatedMarkupStream, getMarkupStream, internalAdd, internalAttach, internalDetach, isTransparentResolver, iterator, iterator, newMarkupResourceStream, onComponentTagBody, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderComponentTagBody, replace, setMarkupStream, setModel, size, toString, toString, visitChildren, visitChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AjaxPagingNavigation(java.lang.String id,
IPageable pageable)
id - See Componentpageable - The underlying pageable component to navigate
public AjaxPagingNavigation(java.lang.String id,
IPageable pageable,
IPagingLabelProvider labelProvider)
id - See Componentpageable - The underlying pageable component to navigatelabelProvider - The label provider for the text that the links should be
displaying.| Method Detail |
|---|
protected PagingNavigationLink newPagingNavigationLink(java.lang.String id,
IPageable pageable,
int pageIndex)
newPagingNavigationLink in class PagingNavigationid - link idpageable - the pageablepageIndex - the index the link points to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||