public abstract class CustomTooltipBehavior extends TooltipBehavior
TooltipBehavior. The selector will be retrieved from the
component this behavior will be bound to, because this is a mandatory condition.method, options, selector| Constructor and Description |
|---|
CustomTooltipBehavior()
Constructor
|
CustomTooltipBehavior(Options options)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
$() |
void |
bind(org.apache.wicket.Component component) |
protected java.lang.String |
escape(java.lang.String content)
Escapes the supplied content
This can be overridden to provide additional escaping |
protected abstract org.apache.wicket.markup.html.WebMarkupContainer |
newContent(java.lang.String markupId)
Gets the
WebMarkupContainer which will represent the tooltip content |
onConfigure$, $, beforeRender, getMethod, getOption, getOptions, getSelector, on, on, on, renderHead, setOption, setOption, setOption, setOptions, setSelectoradd, getJQueryLibrarySettings, getToken, renderScript, toStringpublic void bind(org.apache.wicket.Component component)
bind in class org.apache.wicket.behavior.Behaviorprotected abstract org.apache.wicket.markup.html.WebMarkupContainer newContent(java.lang.String markupId)
WebMarkupContainer which will represent the tooltip contentmarkupId - the markup-id to be usedWebMarkupContainerprotected java.lang.String escape(java.lang.String content)
content - the content, likely htmlprotected java.lang.String $()
$ in class TooltipBehaviorCopyright © 2014 7thWeb. All Rights Reserved.