public class AbstractTooltipBehavior extends AbstractJQueryBehavior
| Constructor and Description |
|---|
AbstractTooltipBehavior(String aFunction,
org.apache.wicket.behavior.IBehavior... aBehaviors) |
| Modifier and Type | Method and Description |
|---|---|
AbstractTooltipBehavior |
background(String aValue) |
AbstractTooltipBehavior |
border(String aValue) |
String |
getBackground() |
String |
getBorder() |
protected Object |
getConfigurationObject()
Gets the configuration object to use.
|
String |
getPadding() |
AbstractTooltipBehavior |
padding(String aValue) |
bind, getConfigurationJavascript, getCustomSerializer, isPageAllowed, renderHeadadd, afterRender, beforeRender, detach, exception, getStatelessHint, isEnabled, isTemporary, onComponentTagpublic AbstractTooltipBehavior(String aFunction, org.apache.wicket.behavior.IBehavior... aBehaviors)
public AbstractTooltipBehavior border(String aValue)
public AbstractTooltipBehavior padding(String aValue)
public AbstractTooltipBehavior background(String aValue)
protected Object getConfigurationObject()
AbstractJQueryBehaviorgetConfigurationObject in class AbstractJQueryBehaviorpublic String getBorder()
public String getPadding()
public String getBackground()
Copyright © 2025. All rights reserved.