Package | Description |
---|---|
org.wicketstuff.jwicket.tooltip |
Modifier and Type | Method and Description |
---|---|
WalterZornTips |
WalterZornTips.setAbove(boolean value)
Places the tooltip above the mouse symbol.
|
WalterZornTips |
WalterZornTips.setBgColor(String color)
Sets the background color of the tooltip box.
|
WalterZornTips |
WalterZornTips.setBgImg(String image)
Sets the background image of the tooltip box.
|
WalterZornTips |
WalterZornTips.setBorderColor(String color)
Sets the color of the tooltip box border.
|
WalterZornTips |
WalterZornTips.setBorderStyle(String style)
Sets the CSS style of the tooltip box border.
|
WalterZornTips |
WalterZornTips.setBorderWidth(int width)
Sets the width of the tooltip box border in px.
|
WalterZornTips |
WalterZornTips.setCentermouse(boolean value)
Center the tooltip horizontally relating to the mouse pointer
|
WalterZornTips |
WalterZornTips.setClickclose(boolean value)
Should a mouseklick close the tooltip?
|
WalterZornTips |
WalterZornTips.setClicksticky(boolean value)
Enables the user to fixate the tooltip, by just clicking onto the HTML element (e.g.
|
WalterZornTips |
WalterZornTips.setCloseButton(boolean value)
Should a close button be displayed inside the tooltip box
|
WalterZornTips |
WalterZornTips.setCloseButtonColors(String background,
String text,
String highlighted,
String highlightedText)
Set the colors used for the closebutton.
|
WalterZornTips |
WalterZornTips.setCloseButtonText(String text)
Sets the text displayed in a close button
|
WalterZornTips |
WalterZornTips.setDelay(int ms)
Sets the delay in ms after the tolltip shows up
|
WalterZornTips |
WalterZornTips.setDuration(int ms)
Sets the time in ms until the tolltip is hidden
|
WalterZornTips |
WalterZornTips.setExclusive(boolean value)
The active tooltip stays open until it is closed activly.
|
WalterZornTips |
WalterZornTips.setFadein(int ms)
The tooltip is not showed immediately.
|
WalterZornTips |
WalterZornTips.setFadeout(int ms)
The tooltip is not hidden immediately.
|
WalterZornTips |
WalterZornTips.setFix1(int x,
int y)
Displays the tooltip at fixed position x and y
|
WalterZornTips |
WalterZornTips.setFix2(String id,
int x,
int y)
Displays the tooltip at a position relative to another HTML element
|
WalterZornTips |
WalterZornTips.setFollowmouse(boolean value)
The tooltip follows the movement of the mouse.
|
WalterZornTips |
WalterZornTips.setFontcolor(String fontcolor)
Sets the font color of the tooltip's content
|
WalterZornTips |
WalterZornTips.setFontface(String fontface)
Sets the font face of the tooltip's content
|
WalterZornTips |
WalterZornTips.setFontsize(int px)
Sets the font size of the tooltip's content
|
WalterZornTips |
WalterZornTips.setFontweight(String fontweight)
Sets the font weight of the tooltip's content
|
WalterZornTips |
WalterZornTips.setHeight(int px)
Sets the height of the tooltip in px
|
WalterZornTips |
WalterZornTips.setJumphorz(boolean value)
See the original documentation
|
WalterZornTips |
WalterZornTips.setJumpvert(boolean value)
See the original documentation
|
WalterZornTips |
WalterZornTips.setLeft(boolean value)
Positions the tooltip to the left ot the mouse pointer
|
WalterZornTips |
WalterZornTips.setOffsetX(int px)
Sets the x-offset from the mouse pointer
|
WalterZornTips |
WalterZornTips.setOffsetY(int px)
Sets the y-offset from the mouse pointer
|
WalterZornTips |
WalterZornTips.setOpacity(int value)
Sets the opacity of the tooltip content
|
WalterZornTips |
WalterZornTips.setPadding(int px)
Sets the padding between the tooltip border and the contents.
|
WalterZornTips |
WalterZornTips.setRawOptions(String options)
You can use this method to set special options not covered by
other methods.
|
WalterZornTips |
WalterZornTips.setShadow(boolean value)
Should the tooltip box drop a shadow
|
WalterZornTips |
WalterZornTips.setShadowColor(String color)
Sets the color of the tooltip's shadow
|
WalterZornTips |
WalterZornTips.setShadowWidth(int px)
Sets the width of the tooltip shadow in px
|
WalterZornTips |
WalterZornTips.setSticky(boolean value)
Should the tooltip stay fixed at it's initial position
|
WalterZornTips |
WalterZornTips.setTextalign(String align)
Sets the alignment of the tooltip's text
|
WalterZornTips |
WalterZornTips.setTitle(String title)
Sets the title of te tooltip
|
WalterZornTips |
WalterZornTips.setTitleAlign(String align)
Sets the alignment of the title
|
WalterZornTips |
WalterZornTips.setTitleBgColor(String color)
Sets the background color of the title
|
WalterZornTips |
WalterZornTips.setTitleFontColor(String color)
Sets the text color of the title
|
WalterZornTips |
WalterZornTips.setTitleFontFace(String fontface)
Sets the fontface color of the title
|
WalterZornTips |
WalterZornTips.setTitleFontSize(int px)
Sets the fontsize of the title
|
WalterZornTips |
WalterZornTips.setTitlePadding(int px)
Sets the padding around the title
|
WalterZornTips |
WalterZornTips.setTooltipText(String htmlCode)
Set the content of the ToolTip.
|
WalterZornTips |
WalterZornTips.setTooltipTextWithCorrections(String htmlCode)
Set the content of the ToolTip.
|
WalterZornTips |
WalterZornTips.setWidth(int px)
Sets the width of the tooltip's box
|
Copyright © 2015. All rights reserved.