public class AjaxSelfUpdatingTimerBehavior extends AbstractAjaxTimerBehavior
INDICATORINTERFACE| Constructor and Description |
|---|
AjaxSelfUpdatingTimerBehavior(Duration updateInterval)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
onPostProcessTarget(AjaxRequestTarget target)
Give the subclass a chance to add something to the target, like a javascript effect call.
|
protected void |
onTimer(AjaxRequestTarget target)
Listener method for the AJAX timer event.
|
getJsTimeoutCall, getUpdateInterval, isStopped, onRemove, onUnbind, renderHead, respond, restart, setUpdateInterval, shouldTrigger, stopfindIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onBind, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, updateAjaxAttributesafterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, unbindbeforeRender, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onConfigure, onEvent, onExceptionpublic AjaxSelfUpdatingTimerBehavior(Duration updateInterval)
updateInterval - Duration between AJAX callbacksprotected final void onTimer(AjaxRequestTarget target)
AbstractAjaxTimerBehavioronTimer in class AbstractAjaxTimerBehaviortarget - The request targetAbstractAjaxTimerBehavior.onTimer(AjaxRequestTarget)protected void onPostProcessTarget(AjaxRequestTarget target)
target - The AJAX targetCopyright © 2006–2014 Apache Software Foundation. All rights reserved.