Package | Description |
---|---|
org.wicketstuff.jwicket.ui.tooltip |
Modifier and Type | Method and Description |
---|---|
JQueryUiTooltip |
JQueryUiTooltip.addCssResource(org.apache.wicket.request.resource.ResourceReference cssResourceReference)
Adds the given CSS
ResourceReference to the response for custom tooltip styling. |
JQueryUiTooltip |
JQueryUiTooltip.setContent(org.apache.wicket.Component content)
Sets the
content option of the tooltip widget like this:
content:$('#markupIdOfGivenComponent').html() . |
JQueryUiTooltip |
JQueryUiTooltip.setContent(JQueryAjaxBehavior.JsFunction content)
Sets the
content option of the tooltip widget like this:
content:function(){return 'tooltip content';} . |
JQueryUiTooltip |
JQueryUiTooltip.setContent(String content)
Sets the
content option of the tooltip widget like this: {@code content:
' |
JQueryUiTooltip |
JQueryUiTooltip.setDisabled(boolean disabled)
Sets the
disabled option of the tooltip widget like this:
disabled:true . |
JQueryUiTooltip |
JQueryUiTooltip.setHide(Boolean hide)
Sets the
hide option of the tooltip widget. |
JQueryUiTooltip |
JQueryUiTooltip.setHide(int hide)
Sets the
hide option of the tooltip widget. |
JQueryUiTooltip |
JQueryUiTooltip.setHide(JsOption... options)
Sets the
hide option of the tooltip widget. |
JQueryUiTooltip |
JQueryUiTooltip.setHide(String hide)
Sets the
hide option of the tooltip widget. |
JQueryUiTooltip |
JQueryUiTooltip.setItems(String itemsSelector)
Sets the
items option of the tooltip widget like this:
items:'.element' . |
JQueryUiTooltip |
JQueryUiTooltip.setOnClose(String close)
Sets the
close event handler of the tooltip widget like this:
close:function(event,ui){some code;} . |
JQueryUiTooltip |
JQueryUiTooltip.setOnCreate(String create)
Sets the
create event handler of the tooltip widget like this:
create:function(event,ui){some code;} . |
JQueryUiTooltip |
JQueryUiTooltip.setOnOpen(String open)
Sets the
open event handler of the tooltip widget like this:
open:function(event,ui){some code;} . |
JQueryUiTooltip |
JQueryUiTooltip.setPosition(JsOption... options)
Sets the
position option of the tooltip widget like this:
position:{my:'center'} . |
JQueryUiTooltip |
JQueryUiTooltip.setShow(Boolean show)
Sets the
show option of the tooltip widget. |
JQueryUiTooltip |
JQueryUiTooltip.setShow(int show)
Sets the
show option of the tooltip widget. |
JQueryUiTooltip |
JQueryUiTooltip.setShow(JsOption... options)
Sets the
show option of the tooltip widget. |
JQueryUiTooltip |
JQueryUiTooltip.setShow(String show)
Sets the
show option of the tooltip widget. |
JQueryUiTooltip |
JQueryUiTooltip.setTooltipClass(String tooltipClass)
Sets the
tooltipClass option of the tooltip widget which will be rendered like
this: tooltipClass:'className' . |
JQueryUiTooltip |
JQueryUiTooltip.setTrack(boolean track)
Sets the
track option of the tooltip widget like this: track:true . |
static JQueryUiTooltip |
JQueryUiTooltip.tooltip_1_10_3()
Factory method.
|
static JQueryUiTooltip |
JQueryUiTooltip.tooltip_1_10_3(String componentSelector)
Factory method.
|
JQueryUiTooltip |
JQueryUiTooltip.withoutCss()
Turns of adding any jQuery UI CSS to the response (even the default one).
|
Copyright © 2015. All rights reserved.