Package com.evolveum.midpoint.web.util
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 toLabel
. Label must have title set (e.g. wicket:message="title:YOUR_LOCALIZATION_PROPERTY_KEY").- Author:
- lazyman
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TooltipBehavior()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDataPlacement()
void
onConfigure(org.apache.wicket.Component component)
-
-
-
Method Detail
-
onConfigure
public void onConfigure(org.apache.wicket.Component component)
- Overrides:
onConfigure
in classorg.apache.wicket.behavior.Behavior
-
getDataPlacement
public String getDataPlacement()
-
-