public class AjaxPagingNavigationBehavior extends AjaxEventBehavior
INDICATORINTERFACE| Constructor and Description |
|---|
AjaxPagingNavigationBehavior(IAjaxLink owner,
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 |
onComponentTag(ComponentTag tag)
Called any time a component that has this handler registered is rendering the component tag.
|
protected void |
onEvent(AjaxRequestTarget target)
The ajax event handler.
|
getEvent, onCheckEvent, renderHead, respond, updateAjaxAttributesfindIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onBind, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributesafterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onUnbind, unbindbeforeRender, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onConfigure, onEvent, onException, onRemovepublic AjaxPagingNavigationBehavior(IAjaxLink owner, 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(AjaxRequestTarget target)
onEvent in class AjaxEventBehaviortarget - the current request handlerAjaxEventBehavior.onEvent(org.apache.wicket.ajax.AjaxRequestTarget)protected void onComponentTag(ComponentTag tag)
AbstractAjaxBehavioronComponentTag in class AbstractAjaxBehaviortag - the tag that is renderedAbstractAjaxBehavior.onComponentTag(org.apache.wicket.markup.ComponentTag)Copyright © 2006–2014 Apache Software Foundation. All rights reserved.