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.BehaviorThis 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 SummaryConstructors Constructor Description TooltipBehavior()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDataPlacement()voidonConfigure(org.apache.wicket.Component component)
 
- 
- 
- 
Method Detail- 
onConfigurepublic void onConfigure(org.apache.wicket.Component component) - Overrides:
- onConfigurein class- org.apache.wicket.behavior.Behavior
 
 - 
getDataPlacementpublic String getDataPlacement() 
 
- 
 
-