Package | Description |
---|---|
org.wicketstuff.jwicket.tooltip |
Modifier and Type | Method and Description |
---|---|
BeautyTips |
BeautyTips.setActiveClass(String activeClassName)
Sets the CSS class for the Component that triggers the ToolTip.
|
BeautyTips |
BeautyTips.setCornerRadius(int radius)
Sets the radius of the ToolTip box.
|
BeautyTips |
BeautyTips.setCssClass(String cssClassName)
Sets the CSS class for the ToolTip content.
|
BeautyTips |
BeautyTips.setCssStyles(String cssStyles)
Sets some CSS styles for the ToolTip content, e.g.
|
BeautyTips |
BeautyTips.setPadding(int paddingInPx)
Sets the padding of the ToolTip's content in px.
|
BeautyTips |
BeautyTips.setRawOptions(String options)
You can use this method to set special options not covered by
other methods.
|
BeautyTips |
BeautyTips.setSpikeGirth(int width)
Sets the width of the spike.
|
BeautyTips |
BeautyTips.setSpikeLength(int length)
Sets the length of the spike.
|
BeautyTips |
BeautyTips.setSpikeOverlap(int overlap)
Sets the overlap of the spike onto target.
|
BeautyTips |
BeautyTips.setTooltipText(String htmlCode)
Set the content of the ToolTip.
|
BeautyTips |
BeautyTips.setWidth(int widthInPx)
Sets the width of the ToolTip in px.
|
Copyright © 2015. All rights reserved.