Uses of Interface
wicket.ajax.IAjaxCallDecorator

Packages that use IAjaxCallDecorator
wicket.ajax   
wicket.ajax.calldecorator   
wicket.ajax.markup.html   
wicket.ajax.markup.html.form   
wicket.ajax.markup.html.navigation.paging   
 

Uses of IAjaxCallDecorator in wicket.ajax
 

Methods in wicket.ajax that return IAjaxCallDecorator
protected  IAjaxCallDecorator AbstractDefaultAjaxBehavior.getAjaxCallDecorator()
           
 

Uses of IAjaxCallDecorator in wicket.ajax.calldecorator
 

Classes in wicket.ajax.calldecorator that implement IAjaxCallDecorator
 class AjaxCallDecorator
          An adapter for implementations of IAjaxCallDecorator.
 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.
 

Constructors in wicket.ajax.calldecorator with parameters of type IAjaxCallDecorator
AjaxCallThrottlingDecorator(IAjaxCallDecorator decorator, java.lang.String id, Duration delay)
          Construct.
AjaxPostprocessingCallDecorator(IAjaxCallDecorator delegate)
          Construct.
AjaxPreprocessingCallDecorator(IAjaxCallDecorator delegate)
          Construct.
CancelEventIfNoAjaxDecorator(IAjaxCallDecorator delegate)
          Constructors that allows chaining of another decorator
 

Uses of IAjaxCallDecorator in wicket.ajax.markup.html
 

Methods in wicket.ajax.markup.html that return IAjaxCallDecorator
protected  IAjaxCallDecorator AjaxLink.getAjaxCallDecorator()
          Returns ajax call decorator that will be used to decorate the ajax call.
protected  IAjaxCallDecorator AjaxFallbackLink.getAjaxCallDecorator()
           
 

Uses of IAjaxCallDecorator in wicket.ajax.markup.html.form
 

Methods in wicket.ajax.markup.html.form that return IAjaxCallDecorator
protected  IAjaxCallDecorator AjaxSubmitLink.getAjaxCallDecorator()
          Returns the IAjaxCallDecorator that will be used to modify the generated javascript.
protected  IAjaxCallDecorator AjaxSubmitButton.getAjaxCallDecorator()
          Returns the IAjaxCallDecorator that will be used to modify the generated javascript.
 

Uses of IAjaxCallDecorator in wicket.ajax.markup.html.navigation.paging
 

Methods in wicket.ajax.markup.html.navigation.paging that return IAjaxCallDecorator
protected  IAjaxCallDecorator AjaxPagingNavigationBehavior.getAjaxCallDecorator()
           
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.