Class EventStoppingDecorator

java.lang.Object
org.apache.wicket.ajax.attributes.AjaxCallListener
org.hippoecm.frontend.behaviors.EventStoppingDecorator
All Implemented Interfaces:
Serializable, org.apache.wicket.ajax.attributes.IAjaxCallListener, org.apache.wicket.markup.html.IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable

public final class EventStoppingDecorator extends org.apache.wicket.ajax.attributes.AjaxCallListener
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getBeforeHandler(org.apache.wicket.Component component)
     

    Methods inherited from class org.apache.wicket.ajax.attributes.AjaxCallListener

    getAfterHandler, getBeforeSendHandler, getCompleteHandler, getDoneHandler, getFailureHandler, getInitHandler, getPrecondition, getSuccessHandler, onAfter, onBefore, onBeforeSend, onComplete, onDone, onFailure, onInit, onPrecondition, onSuccess, renderHead

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EventStoppingDecorator

      public EventStoppingDecorator()
  • Method Details

    • getBeforeHandler

      public final CharSequence getBeforeHandler(org.apache.wicket.Component component)
      Specified by:
      getBeforeHandler in interface org.apache.wicket.ajax.attributes.IAjaxCallListener
      Overrides:
      getBeforeHandler in class org.apache.wicket.ajax.attributes.AjaxCallListener