|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.behavior.AbstractBehavior
org.apache.wicket.behavior.AbstractAjaxBehavior
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
org.apache.wicket.ajax.AjaxEventBehavior
org.apache.wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigationBehavior
public class AjaxPagingNavigationBehavior
Ajax behavior for the paging navigation links. This behavior can only have one parent: the link it is attached to.
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior |
|---|
INDICATOR |
| Fields inherited from interface org.apache.wicket.behavior.IBehaviorListener |
|---|
INTERFACE |
| Constructor Summary | |
|---|---|
AjaxPagingNavigationBehavior(IAjaxLink owner,
IPageable pageable,
java.lang.String event)
Attaches the navigation behavior to the owner link and drives the pageable component. |
|
| Method Summary | |
|---|---|
protected IAjaxCallDecorator |
getAjaxCallDecorator()
|
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. |
| Methods inherited from class org.apache.wicket.ajax.AjaxEventBehavior |
|---|
generateCallbackScript, getEvent, getEventHandler, onCheckEvent, respond, setThrottleDelay |
| Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior |
|---|
findIndicatorId, getCallbackScript, getCallbackScript, getChannelName, getFailureScript, getPreconditionScript, getSuccessScript, onBind, onRequest, renderHead, throttleScript |
| Methods inherited from class org.apache.wicket.behavior.AbstractAjaxBehavior |
|---|
bind, getCallbackUrl, getCallbackUrl, getComponent, getImplementationId, getStatelessHint, onComponentRendered, onComponentTag, onRendered, onRenderHeadContribution, onRenderHeadInitContribution |
| Methods inherited from class org.apache.wicket.behavior.AbstractBehavior |
|---|
afterRender, beforeRender, cleanup, detach, detachModel, exception, isEnabled, isTemporary, onException, rendered |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AjaxPagingNavigationBehavior(IAjaxLink owner,
IPageable pageable,
java.lang.String event)
owner - the owner ajax linkpageable - the pageable to updateevent - the javascript event to bind to (e.g. onclick)| Method Detail |
|---|
protected void onEvent(AjaxRequestTarget target)
onEvent in class AjaxEventBehaviorAjaxEventBehavior.onEvent(org.apache.wicket.ajax.AjaxRequestTarget)protected IAjaxCallDecorator getAjaxCallDecorator()
getAjaxCallDecorator in class AbstractDefaultAjaxBehaviorAbstractDefaultAjaxBehavior.getAjaxCallDecorator()protected void onComponentTag(ComponentTag tag)
AbstractAjaxBehavior
onComponentTag in class AjaxEventBehaviortag - the tag that is renderedAjaxEventBehavior.onComponentTag(org.apache.wicket.markup.ComponentTag)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||