Class HoneypotFormAjaxListener

java.lang.Object
org.apache.wicket.ajax.attributes.AjaxCallListener
com.evolveum.midpoint.gui.impl.component.form.HoneypotFormAjaxListener
All Implemented Interfaces:
Serializable, org.apache.wicket.ajax.attributes.IAjaxCallListener, org.apache.wicket.markup.html.IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable

public class HoneypotFormAjaxListener 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

    • HoneypotFormAjaxListener

      public HoneypotFormAjaxListener(MidpointForm<?> mainForm)
  • Method Details

    • getBeforeHandler

      public 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