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 TypeMethodDescriptionbooleanIndicates whether the callback should be triggered when the effect completes.
If true, theIEffectListener.onEffectComplete(AjaxRequestTarget)event will be triggered.voidonEffectComplete(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:IEffectListenerIndicates whether the callback should be triggered when the effect completes.
If true, theIEffectListener.onEffectComplete(AjaxRequestTarget)event will be triggered.- Specified by:
isCallbackEnabledin interfaceIEffectListener- Returns:
- false by default
-
onEffectComplete
public void onEffectComplete(org.apache.wicket.ajax.AjaxRequestTarget target) Description copied from interface:IEffectListenerTriggered when the effects is completed- Specified by:
onEffectCompletein interfaceIEffectListener- Parameters:
target- theAjaxRequestTarget- See Also:
-