public class BootstrapAjaxPagingNavigationBehavior
extends org.apache.wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigationBehavior
BootstrapAjaxPagingNavigator| Constructor and Description |
|---|
BootstrapAjaxPagingNavigationBehavior(org.apache.wicket.ajax.markup.html.IAjaxLink owner,
org.apache.wicket.markup.html.navigation.paging.IPageable pageable,
String event)
Attaches the navigation behavior to the owner link and drives the pageable component.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
onEvent(org.apache.wicket.ajax.AjaxRequestTarget target)
The ajax event handler.
|
onComponentTaggetEvent, onCheckEvent, renderHead, respond, updateAjaxAttributesfindIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, getChannel, getFailureScript, getPreconditionScript, getSuccessScript, onBind, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributesafterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onUnbind, unbindpublic BootstrapAjaxPagingNavigationBehavior(org.apache.wicket.ajax.markup.html.IAjaxLink owner,
org.apache.wicket.markup.html.navigation.paging.IPageable pageable,
String event)
owner - the owner ajax linkpageable - the pageable to updateevent - the javascript event to bind to (e.g. onclick)protected void onEvent(org.apache.wicket.ajax.AjaxRequestTarget target)
onEvent in class org.apache.wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigationBehaviorAjaxEventBehavior.onEvent(org.apache.wicket.ajax.AjaxRequestTarget)Copyright © 2013 agilecoders.de. All Rights Reserved.