viewtify.ui.helper
TooltipHelper
<Self
, W
>
Self
, W
>Self
TooltipHelper
The type of the implementing class, enabling method chaining.
W
Node
The type of the UI element to which the tooltip or popup is applied.
StyleHelper
Self
,W
UserInterfaceProvider
W
AbstractChart
Self
,C
,D
AbstractComboBox
T
,Self
,W
AbstractPane
E
,P
,Self
UIButton
UICheckBox
UICheckSwitch
UIChoiceBox
T
UIColorPicker
UIComboBox
T
UIComboCheckBox
T
UIDatePicker
UIFlowView
E
UIFontPicker
UIGridView
E
UIHBox
UIImage
UILabel
UILineChart
X
,Y
UIListView
E
UIPane
UIPieChart
UIProgressBar
UIScrollPane
UISegmentedButton
UISelectPane
UISlidePane
UISlider
UISpinner
T
UISplitPane
UIStackPane
UITabPane
UITableView
RowV
UITextArea
UIText
V
UITileView
E
UIToggleButton
UIToolBar
UITreeTableView
RowV
UIVBox
UIWeb
UserInterface
Self
,W
An interface providing methods for managing tooltips and popups for a UI element.
untooltip
()
Self
Self |
The implementing class instance for method chaining. |
Removes the tooltip from this user interface.
tooltip
(Object
text
)
Self
Object
text
)Object text |
Tooltip text. |
Self |
The implementing class instance for method chaining. |
Sets the text to be displayed as a tooltip.
tooltip
(kiss.Variable
text
)
Self
kiss.Variable
text
)kiss.Variable text |
A text Variable to set. |
Self |
The implementing class instance for method chaining. |
Sets the text to be displayed as a tooltip using a Variable.
popup
(UserInterfaceProvider?
Node
contents
)
Self
UserInterfaceProvider?
Node
contents
)UserInterfaceProvider contents |
The contents to display in popup. |
Self |
Chainable API. |
Set the content to be displayed on popup.
popup
(org.controlsfx.control.PopOver.ArrowLocation
arrow
, UserInterfaceProvider?
Node
contents
)
Self
org.controlsfx.control.PopOver.ArrowLocation
arrow
, UserInterfaceProvider?
Node
contents
)org.controlsfx.control.PopOver.ArrowLocation arrow |
|
UserInterfaceProvider contents |
The contents to display in popup. |
Self |
Chainable API. |
Set the content to be displayed on popup.
popup
(SupplierUserInterfaceProvider?
Node
builder
)
Self
SupplierUserInterfaceProvider?
Node
builder
)Supplier builder |
Create the contents. This callback will be invoked every showing the popup. |
Self |
Chainable API. |
Set the content to be displayed on popup.
popup
(org.controlsfx.control.PopOver.ArrowLocation
arrow
, SupplierUserInterfaceProvider?
Node
builder
)
Self
org.controlsfx.control.PopOver.ArrowLocation
arrow
, SupplierUserInterfaceProvider?
Node
builder
)org.controlsfx.control.PopOver.ArrowLocation arrow |
|
Supplier builder |
Create the contents. This callback will be invoked every showing the popup. |
Self |
Chainable API. |
Set the content to be displayed on popup.