Uses of Interface
org.apache.wicket.ajax.calldecorator.IAjaxCallDecoratorDelegate

Packages that use IAjaxCallDecoratorDelegate
org.apache.wicket.ajax.calldecorator   
 

Uses of IAjaxCallDecoratorDelegate in org.apache.wicket.ajax.calldecorator
 

Classes in org.apache.wicket.ajax.calldecorator that implement IAjaxCallDecoratorDelegate
 class AjaxCallThrottlingDecorator
          Adds throttling to the ajax call.
 class AjaxPostprocessingCallDecorator
          Ajax call decorator that decorates script after allowing the wrapped delegate decorator to decorate it first.
 class AjaxPreprocessingCallDecorator
          Ajax call decorator that decorates script before passing it to the delegate decorator
 class CancelEventIfNoAjaxDecorator
          Decorator that can be used to cancel the regular action if ajax call was performed.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.