Class BehaviourDelegator

java.lang.Object
org.apache.wicket.behavior.Behavior
com.evolveum.midpoint.gui.api.component.wizard.BehaviourDelegator
All Implemented Interfaces:
Serializable, org.apache.wicket.IComponentAwareEventSink, org.apache.wicket.markup.html.IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable

public class BehaviourDelegator extends org.apache.wicket.behavior.Behavior
Created by Viliam Repan (lazyman).
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    BehaviourDelegator(@NotNull SerializableSupplier<org.apache.wicket.behavior.Behavior> behaviour)
     
  • Method Summary

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

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

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

    Methods inherited from class java.lang.Object

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

    • BehaviourDelegator

      public BehaviourDelegator(@NotNull @NotNull SerializableSupplier<org.apache.wicket.behavior.Behavior> behaviour)
  • Method Details

    • onConfigure

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