Interface IEffectListener

    • Method Detail

      • isCallbackEnabled

        boolean isCallbackEnabled()
        Indicates whether the callback should be triggered when the effect completes.
        If true, the onEffectComplete(AjaxRequestTarget) event will be triggered.
        Returns:
        false by default
      • onEffectComplete

        void onEffectComplete​(org.apache.wicket.ajax.AjaxRequestTarget target)
        Triggered when the effects is completed
        Parameters:
        target - the AjaxRequestTarget
        See Also:
        isCallbackEnabled()