Class 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:
    Serialized Form
    • Constructor Detail

      • TooltipBehavior

        public TooltipBehavior()
    • Method Detail

      • onConfigure

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

        public String getDataPlacement()