|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.behavior.AbstractBehavior
wicket.behavior.AbstractAjaxBehavior
wicket.ajax.AbstractDefaultAjaxBehavior
wicket.ajax.AjaxEventBehavior
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 wicket.ajax.AbstractDefaultAjaxBehavior |
|---|
INDICATOR |
| Fields inherited from interface 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 wicket.ajax.AjaxEventBehavior |
|---|
getCallbackScript, getEvent, getEventHandler, onCheckEvent, respond, setThrottleDelay |
| Methods inherited from class wicket.ajax.AbstractDefaultAjaxBehavior |
|---|
getCallbackScript, getCallbackScript, getImplementationId, onBind, onRenderHeadInitContribution, onRequest, throttleScript |
| Methods inherited from class wicket.behavior.AbstractAjaxBehavior |
|---|
bind, cleanup, getCallbackUrl, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onRendered, onRenderHeadContribution, renderHead, writeJsReference, writeJsReference |
| Methods inherited from class wicket.behavior.AbstractBehavior |
|---|
detachModel, exception, 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(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(wicket.markup.ComponentTag)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||