|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IAjaxCallDecorator in org.apache.wicket.ajax |
|---|
| Methods in org.apache.wicket.ajax that return IAjaxCallDecorator | |
|---|---|
protected IAjaxCallDecorator |
AbstractDefaultAjaxBehavior.getAjaxCallDecorator()
|
| Uses of IAjaxCallDecorator in org.apache.wicket.ajax.calldecorator |
|---|
| Classes in org.apache.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 org.apache.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 org.apache.wicket.ajax.markup.html |
|---|
| Methods in org.apache.wicket.ajax.markup.html that return IAjaxCallDecorator | |
|---|---|
protected IAjaxCallDecorator |
AjaxFallbackLink.getAjaxCallDecorator()
|
protected IAjaxCallDecorator |
AjaxLink.getAjaxCallDecorator()
Returns ajax call decorator that will be used to decorate the ajax call. |
| Uses of IAjaxCallDecorator in org.apache.wicket.ajax.markup.html.form |
|---|
| Methods in org.apache.wicket.ajax.markup.html.form that return IAjaxCallDecorator | |
|---|---|
protected IAjaxCallDecorator |
AjaxButton.getAjaxCallDecorator()
Returns the IAjaxCallDecorator that will be used to modify the generated javascript. |
protected IAjaxCallDecorator |
AjaxSubmitLink.getAjaxCallDecorator()
Returns the IAjaxCallDecorator that will be used to modify the generated javascript. |
protected IAjaxCallDecorator |
AjaxFallbackButton.getAjaxCallDecorator()
|
| Uses of IAjaxCallDecorator in org.apache.wicket.ajax.markup.html.navigation.paging |
|---|
| Methods in org.apache.wicket.ajax.markup.html.navigation.paging that return IAjaxCallDecorator | |
|---|---|
protected IAjaxCallDecorator |
AjaxPagingNavigationBehavior.getAjaxCallDecorator()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||