Class TooltipBehavior

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

public class TooltipBehavior extends org.apache.wicket.behavior.Behavior
This behavior is used for bootstrap tooltips. Just add this behaviour to Label. Label must have title set (e.g. wicket:message="title:YOUR_LOCALIZATION_PROPERTY_KEY").
Author:
lazyman
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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

    • TooltipBehavior

      public TooltipBehavior()
  • Method Details

    • onConfigure

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

      public String getDataPlacement()