org.wicketstuff.progressbar.support
Class DynamicAjaxSelfUpdatingTimerBehavior
java.lang.Object
org.apache.wicket.behavior.Behavior
org.apache.wicket.behavior.AbstractAjaxBehavior
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
org.apache.wicket.ajax.AbstractAjaxTimerBehavior
org.apache.wicket.ajax.AjaxSelfUpdatingTimerBehavior
org.wicketstuff.progressbar.support.DynamicAjaxSelfUpdatingTimerBehavior
- All Implemented Interfaces:
- Serializable, IBehaviorListener, IComponentAwareEventSink, IRequestListener, IComponentAwareHeaderContributor, IClusterable
public class DynamicAjaxSelfUpdatingTimerBehavior
- extends AjaxSelfUpdatingTimerBehavior
Extend the AjaxSelfUpdatingTimerBehavior to enabled dynamic adding of the behavior. This requires
adding a javascript timeout if added in an ajax request.
- Author:
- Christopher Hlubek (hlubek)
- See Also:
- Serialized Form
|
Method Summary |
protected void |
onBind()
|
| Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior |
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, getChannel, getFailureScript, getPreconditionScript, getSuccessScript, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, updateAjaxAttributes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicAjaxSelfUpdatingTimerBehavior
public DynamicAjaxSelfUpdatingTimerBehavior(Duration updateInterval)
onBind
protected void onBind()
- Overrides:
onBind in class AbstractDefaultAjaxBehavior
Copyright © 2007-2013. All Rights Reserved.