public class TooltipBehavior extends KendoUIBehavior
| Constructor and Description |
|---|
TooltipBehavior()
Constructor
The title attribute will serve as tooltip content |
TooltipBehavior(org.apache.wicket.Component component)
Constructor
|
TooltipBehavior(org.apache.wicket.Component component,
com.googlecode.wicket.jquery.core.Options options)
Constructor
|
TooltipBehavior(org.apache.wicket.model.IModel<String> model)
Constructor
|
TooltipBehavior(org.apache.wicket.model.IModel<String> model,
com.googlecode.wicket.jquery.core.Options options)
Constructor
|
TooltipBehavior(com.googlecode.wicket.jquery.core.Options options)
Constructor
The title attribute will serve as tooltip content |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(org.apache.wicket.Component component) |
void |
onConfigure(org.apache.wicket.Component component) |
add, destroy, onDestroy, renderHead, widget, widget, widget, widget$, $, $, $, beforeRender, detach, getMethod, getOption, getOptions, getSelector, off, on, on, register, remove, setOption, setOption, setOption, setOptions, setSelectoradd, getJQueryLibrarySettings, renderOnDomReadyScript, renderPriorityHeaderItem, toStringpublic static final String METHOD
public TooltipBehavior()
title attribute will serve as tooltip contentpublic TooltipBehavior(com.googlecode.wicket.jquery.core.Options options)
title attribute will serve as tooltip contentoptions - the Optionspublic TooltipBehavior(org.apache.wicket.Component component)
component - a component that should be used as a tooltippublic TooltipBehavior(org.apache.wicket.Component component,
com.googlecode.wicket.jquery.core.Options options)
component - a component that should be used as a tooltipoptions - the Optionspublic TooltipBehavior(org.apache.wicket.model.IModel<String> model)
model - a model providing the text that should be used as a tooltippublic TooltipBehavior(org.apache.wicket.model.IModel<String> model, com.googlecode.wicket.jquery.core.Options options)
model - a model providing the text that should be used as a tooltipoptions - the Optionspublic void bind(org.apache.wicket.Component component)
bind in class org.apache.wicket.behavior.Behaviorpublic void onConfigure(org.apache.wicket.Component component)
onConfigure in class KendoUIBehaviorCopyright © 2021 7thWeb. All rights reserved.