|
Servoy 5.x Public API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.wicket.behavior.AbstractBehavior
org.apache.wicket.AttributeModifier
com.servoy.j2db.server.headlessclient.dataui.TooltipAttributeModifier
public class TooltipAttributeModifier
This AttributeModifier will display the tooltip of an IComponent.getToolTipText() in the browser.
add the instance to the behavior list of your wicket component.
| 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 |
|---|
public static final TooltipAttributeModifier INSTANCE
IComponent for displaying its tooltip
| Method Detail |
|---|
public void bind(org.apache.wicket.Component component)
bind in interface org.apache.wicket.behavior.IBehaviorbind in class org.apache.wicket.behavior.AbstractBehavior
|
Copyright © 2010 Servoy B.V. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||