|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.Component
org.apache.wicket.MarkupContainer
org.apache.wicket.markup.html.WebMarkupContainer
org.apache.wicket.markup.html.panel.Panel
org.apache.wicket.markup.html.navigation.paging.PagingNavigator
org.apache.wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigator
public class AjaxPagingNavigator
A Wicket panel component to draw and maintain a complete page navigator, meant to be easily added to any PageableListView. A navigation which contains links to the first and last page, the current page +- some increment and which supports paged navigation bars (@see PageableListViewNavigationWithMargin).
NOTE To use the AjaxPagingNavigator, you have to put your
ListView in a WebMarkupContainer, otherwise it is not possible to
update the contents of the listview using Ajax.
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.markup.html.panel.Panel |
|---|
PANEL |
| Fields inherited from class org.apache.wicket.Component |
|---|
ENABLE, FLAG_INITIALIZED, FLAG_REMOVING_FROM_HIERARCHY, FLAG_RESERVED1, FLAG_RESERVED2, FLAG_RESERVED3, FLAG_RESERVED4, FLAG_RESERVED5, FLAG_RESERVED8, PARENT_PATH, PATH_SEPARATOR, RENDER |
| Constructor Summary | |
|---|---|
AjaxPagingNavigator(String id,
IPageable pageable)
Constructor. |
|
AjaxPagingNavigator(String id,
IPageable pageable,
IPagingLabelProvider labelProvider)
Constructor. |
|
| Method Summary | |
|---|---|
protected PagingNavigation |
newNavigation(String id,
IPageable pageable,
IPagingLabelProvider labelProvider)
Create a new PagingNavigation. |
protected Link<?> |
newPagingNavigationIncrementLink(String id,
IPageable pageable,
int increment)
Create a new increment link. |
protected Link<?> |
newPagingNavigationLink(String id,
IPageable pageable,
int pageNumber)
Create a new pagenumber link. |
protected void |
onAjaxEvent(AjaxRequestTarget target)
Override this method to specify the markup container where your IPageable is part of. |
| Methods inherited from class org.apache.wicket.markup.html.navigation.paging.PagingNavigator |
|---|
getPageable, getPagingNavigation, onInitialize |
| Methods inherited from class org.apache.wicket.markup.html.panel.Panel |
|---|
newMarkupSourcingStrategy |
| Methods inherited from class org.apache.wicket.markup.html.WebMarkupContainer |
|---|
getWebPage, getWebRequest |
| Methods inherited from class org.apache.wicket.MarkupContainer |
|---|
add, addOrReplace, autoAdd, contains, get, get, getAssociatedMarkup, getAssociatedMarkupStream, getMarkup, getMarkupType, hasAssociatedMarkup, internalAdd, internalInitialize, iterator, iterator, onAfterRenderChildren, onComponentTagBody, onMarkupAttached, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderNext, replace, setDefaultModel, size, swap, toString, toString, visitChildren, visitChildren, visitChildren, visitChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AjaxPagingNavigator(String id,
IPageable pageable)
id - See Componentpageable - The pageable component the page links are referring to.
public AjaxPagingNavigator(String id,
IPageable pageable,
IPagingLabelProvider labelProvider)
id - See Componentpageable - The pageable component the page links are referring to.labelProvider - The label provider for the link text.| Method Detail |
|---|
protected Link<?> newPagingNavigationIncrementLink(String id,
IPageable pageable,
int increment)
newPagingNavigationIncrementLink in class PagingNavigatorid - the link idpageable - the pageable to controlincrement - the increment
protected Link<?> newPagingNavigationLink(String id,
IPageable pageable,
int pageNumber)
newPagingNavigationLink in class PagingNavigatorid - the link idpageable - the pageable to controlpageNumber - the page to jump to
protected PagingNavigation newNavigation(String id,
IPageable pageable,
IPagingLabelProvider labelProvider)
PagingNavigator
newNavigation in class PagingNavigatorid - The id of the navigation componentpageable - the pageable componentlabelProvider - The label provider for the link text.
PagingNavigator.newNavigation(java.lang.String,
org.apache.wicket.markup.html.navigation.paging.IPageable,
org.apache.wicket.markup.html.navigation.paging.IPagingLabelProvider)protected void onAjaxEvent(AjaxRequestTarget target)
AbstractRepeater and outputs
its markup id. This is necessary as ListViews can't be updated themselves.
target - the request target to add the components that need to be updated in the ajax
event.Component#getOutputMarkupId(boolean)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||