Servoy 5.x Public API

com.servoy.j2db.server.headlessclient.dataui
Class TooltipAttributeModifier

java.lang.Object
  extended by org.apache.wicket.behavior.AbstractBehavior
      extended by org.apache.wicket.AttributeModifier
          extended by com.servoy.j2db.server.headlessclient.dataui.TooltipAttributeModifier
All Implemented Interfaces:
Serializable, org.apache.wicket.behavior.IBehavior, org.apache.wicket.IClusterable, org.apache.wicket.markup.html.IHeaderContributor

public class TooltipAttributeModifier
extends org.apache.wicket.AttributeModifier

This AttributeModifier will display the tooltip of an IComponent.getToolTipText() in the browser. add the instance to the behavior list of your wicket component.

Since:
5.0
See Also:
Serialized Form

Field Summary
static TooltipAttributeModifier INSTANCE
          The attribute modifier instance to add to the behavior list of your Wicket IComponent for displaying its tooltip
 
Fields inherited from class org.apache.wicket.AttributeModifier
VALUELESS_ATTRIBUTE_ADD, VALUELESS_ATTRIBUTE_REMOVE
 
Method Summary
 void bind(org.apache.wicket.Component component)
           
 
Methods inherited from class org.apache.wicket.AttributeModifier
detach, getAddAttributeIfNotPresent, getAttribute, getContextRelativeValue, getPattern, getReplaceModel, isEnabled, isEnabled, newValue, onComponentTag, replaceAttibuteValue, replaceAttributeValue, setEnabled, toString
 
Methods inherited from class org.apache.wicket.behavior.AbstractBehavior
afterRender, beforeRender, cleanup, detachModel, exception, getStatelessHint, isTemporary, onException, onRendered, rendered, renderHead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final TooltipAttributeModifier INSTANCE
The attribute modifier instance to add to the behavior list of your Wicket IComponent for displaying its tooltip

Method Detail

bind

public void bind(org.apache.wicket.Component component)
Specified by:
bind in interface org.apache.wicket.behavior.IBehavior
Overrides:
bind in class org.apache.wicket.behavior.AbstractBehavior

Copyright © 2010 Servoy B.V.