Class SearchFormEnterBehavior

java.lang.Object
org.apache.wicket.behavior.Behavior
com.evolveum.midpoint.web.util.SearchFormEnterBehavior
All Implemented Interfaces:
Serializable, org.apache.wicket.IComponentAwareEventSink, org.apache.wicket.markup.html.IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable

public class SearchFormEnterBehavior extends org.apache.wicket.behavior.Behavior
Author:
shood
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    SearchFormEnterBehavior(org.apache.wicket.Component target)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onConfigure(org.apache.wicket.Component component)
     
    void
    renderHead(org.apache.wicket.Component component, org.apache.wicket.markup.head.IHeaderResponse response)
     

    Methods inherited from class org.apache.wicket.behavior.Behavior

    afterRender, beforeRender, bind, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onComponentTag, onEvent, onException, onRemove, onTag, unbind

    Methods inherited from class java.lang.Object

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

    • SearchFormEnterBehavior

      public SearchFormEnterBehavior(org.apache.wicket.Component target)
  • Method Details

    • onConfigure

      public void onConfigure(org.apache.wicket.Component component)
      Overrides:
      onConfigure in class org.apache.wicket.behavior.Behavior
    • renderHead

      public void renderHead(org.apache.wicket.Component component, org.apache.wicket.markup.head.IHeaderResponse response)
      Specified by:
      renderHead in interface org.apache.wicket.markup.html.IComponentAwareHeaderContributor
      Overrides:
      renderHead in class org.apache.wicket.behavior.Behavior