Class EffectAdapter
java.lang.Object
com.googlecode.wicket.jquery.ui.effect.EffectAdapter
- All Implemented Interfaces:
IEffectListener
,Serializable
,org.apache.wicket.util.io.IClusterable
Adapter class for
IEffectListener
- Author:
- Sebastien Briquet - sebfz1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates whether the callback should be triggered when the effect completes.
If true, theIEffectListener.onEffectComplete(AjaxRequestTarget)
event will be triggered.void
onEffectComplete
(org.apache.wicket.ajax.AjaxRequestTarget target) Triggered when the effects is completed
-
Constructor Details
-
EffectAdapter
public EffectAdapter()
-
-
Method Details
-
isCallbackEnabled
public boolean isCallbackEnabled()Description copied from interface:IEffectListener
Indicates whether the callback should be triggered when the effect completes.
If true, theIEffectListener.onEffectComplete(AjaxRequestTarget)
event will be triggered.- Specified by:
isCallbackEnabled
in interfaceIEffectListener
- Returns:
- false by default
-
onEffectComplete
public void onEffectComplete(org.apache.wicket.ajax.AjaxRequestTarget target) Description copied from interface:IEffectListener
Triggered when the effects is completed- Specified by:
onEffectComplete
in interfaceIEffectListener
- Parameters:
target
- theAjaxRequestTarget
- See Also:
-