public class BootstrapAjaxPagingNavigator extends BootstrapPagingNavigator
BootstrapPagingNavigator.Position| Constructor and Description |
|---|
BootstrapAjaxPagingNavigator(String id,
org.apache.wicket.markup.html.navigation.paging.IPageable pageable) |
BootstrapAjaxPagingNavigator(String id,
org.apache.wicket.markup.html.navigation.paging.IPageable pageable,
org.apache.wicket.markup.html.navigation.paging.IPagingLabelProvider labelProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.wicket.markup.html.navigation.paging.PagingNavigation |
newNavigation(String id,
org.apache.wicket.markup.html.navigation.paging.IPageable pageable,
org.apache.wicket.markup.html.navigation.paging.IPagingLabelProvider labelProvider) |
protected org.apache.wicket.markup.html.link.AbstractLink |
newPagingNavigationIncrementLink(String id,
org.apache.wicket.markup.html.navigation.paging.IPageable pageable,
int increment)
Create a new increment link.
|
protected org.apache.wicket.markup.html.link.AbstractLink |
newPagingNavigationLink(String id,
org.apache.wicket.markup.html.navigation.paging.IPageable pageable,
int pageNumber)
Create a new pagenumber link.
|
protected void |
onAjaxEvent(org.apache.wicket.ajax.AjaxRequestTarget target)
Override this method to specify the markup container where your IPageable is part of.
|
onComponentTag, setPositiongetPageable, getPagingNavigation, onInitializegetWebPage, getWebRequest, getWebResponse, getWebSessionadd, addOrReplace, autoAdd, contains, get, get, getAssociatedMarkup, getAssociatedMarkupStream, getMarkup, getMarkupType, internalAdd, internalInitialize, iterator, iterator, onAfterRenderChildren, onComponentTagBody, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderNext, replace, setDefaultModel, size, swap, toString, toString, visitChildren, visitChildren, visitChildren, visitChildrenadd, addStateChange, afterRender, beforeRender, canCallListenerInterface, checkComponentTag, checkComponentTagAttribute, checkHierarchyChange, configure, continueToOriginalDestination, debug, detach, detachModel, detachModels, determineVisibility, error, exceptionMessage, fatal, findMarkupStream, findPage, findParent, findParentWithAssociatedMarkup, getAjaxRegionMarkupId, getApplication, getBehaviorById, getBehaviorId, getBehaviors, getBehaviors, getClassRelativePath, getConverter, getDefaultModel, getDefaultModelObject, getDefaultModelObjectAsString, getDefaultModelObjectAsString, getEscapeModelStrings, getFeedbackMessages, getFlag, getId, getInnermostModel, getInnermostModel, getLocale, getLocalizer, getMarkup, getMarkupAttributes, getMarkupId, getMarkupId, getMarkupIdFromMarkup, getMarkupIdImpl, getMarkupSourcingStrategy, getMetaData, getModelComparator, getOutputMarkupId, getOutputMarkupPlaceholderTag, getPage, getPageRelativePath, getParent, getPath, getRenderBodyOnly, getRequest, getRequestCycle, getRequestFlag, getResponse, getSession, getSizeInBytes, getStatelessHint, getString, getString, getString, getStyle, getVariation, hasBeenRendered, hasErrorMessage, hasFeedbackMessage, info, initModel, internalOnModelChanged, internalPrepareForRender, internalRenderComponent, isActionAuthorized, isAuto, isBehaviorAccepted, isEnableAllowed, isEnabled, isEnabledInHierarchy, isIgnoreAttributeModifier, isRenderAllowed, isStateless, isVersioned, isVisibilityAllowed, isVisible, isVisibleInHierarchy, markRendering, modelChanged, modelChanging, onAfterRender, onBeforeRender, onConfigure, onDetach, onEvent, onModelChanged, onModelChanging, onRemove, prepareForRender, redirectToInterceptPage, remove, remove, render, renderComponentTag, rendered, renderHead, renderHead, renderHead, renderPlaceholderTag, replaceComponentTagBody, replaceWith, sameInnermostModel, sameInnermostModel, send, setAuto, setDefaultModelObject, setEnabled, setEscapeModelStrings, setFlag, setIgnoreAttributeModifier, setMarkup, setMarkupId, setMarkupIdImpl, setMetaData, setOutputMarkupId, setOutputMarkupPlaceholderTag, setParent, setRenderBodyOnly, setRequestFlag, setResponsePage, setResponsePage, setResponsePage, setVersioned, setVisibilityAllowed, setVisible, success, urlFor, urlFor, urlFor, urlFor, urlFor, visitParents, visitParents, warn, wrappublic BootstrapAjaxPagingNavigator(String id, org.apache.wicket.markup.html.navigation.paging.IPageable pageable)
public BootstrapAjaxPagingNavigator(String id, org.apache.wicket.markup.html.navigation.paging.IPageable pageable, org.apache.wicket.markup.html.navigation.paging.IPagingLabelProvider labelProvider)
protected org.apache.wicket.markup.html.link.AbstractLink newPagingNavigationIncrementLink(String id, org.apache.wicket.markup.html.navigation.paging.IPageable pageable, int increment)
newPagingNavigationIncrementLink in class org.apache.wicket.markup.html.navigation.paging.PagingNavigatorid - the link idpageable - the pageable to controlincrement - the incrementprotected org.apache.wicket.markup.html.link.AbstractLink newPagingNavigationLink(String id, org.apache.wicket.markup.html.navigation.paging.IPageable pageable, int pageNumber)
newPagingNavigationLink in class org.apache.wicket.markup.html.navigation.paging.PagingNavigatorid - the link idpageable - the pageable to controlpageNumber - the page to jump toprotected org.apache.wicket.markup.html.navigation.paging.PagingNavigation newNavigation(String id, org.apache.wicket.markup.html.navigation.paging.IPageable pageable, org.apache.wicket.markup.html.navigation.paging.IPagingLabelProvider labelProvider)
newNavigation in class org.apache.wicket.markup.html.navigation.paging.PagingNavigatorPagingNavigator.newNavigation(java.lang.String,
org.apache.wicket.markup.html.navigation.paging.IPageable,
org.apache.wicket.markup.html.navigation.paging.IPagingLabelProvider)protected void onAjaxEvent(org.apache.wicket.ajax.AjaxRequestTarget target)
target - the request target to add the components that need to be updated in the ajax
event.Copyright © 2013 agilecoders.de. All Rights Reserved.