public class EffectAdapter extends Object implements IEffectListener
IEffectListener| Constructor and Description |
|---|
EffectAdapter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCallbackEnabled()
Indicates whether the callback should be triggered when the effect completes.
If true, the IEffectListener.onEffectComplete(AjaxRequestTarget) event will be triggered. |
void |
onEffectComplete(org.apache.wicket.ajax.AjaxRequestTarget target)
Triggered when the effects is completed
|
public boolean isCallbackEnabled()
IEffectListenerIEffectListener.onEffectComplete(AjaxRequestTarget) event will be triggered.isCallbackEnabled in interface IEffectListenerpublic void onEffectComplete(org.apache.wicket.ajax.AjaxRequestTarget target)
IEffectListeneronEffectComplete in interface IEffectListenertarget - the AjaxRequestTargetIEffectListener.isCallbackEnabled()Copyright © 2017 7thWeb. All rights reserved.