viewtify.ui.helper
TooltipHelper<Self, W>
Self, W>SelfTooltipHelperThe type of the implementing class, enabling method chaining.
WNodeThe type of the UI element to which the tooltip or popup is applied.
StyleHelperSelf,WUserInterfaceProviderW
AbstractChartSelf,C,DAbstractComboBoxT,Self,WAbstractPaneE,P,SelfUIButtonUICheckBoxUICheckSwitchUIChoiceBoxTUIColorPickerUIComboBoxTUIComboCheckBoxTUIDatePickerUIFlowViewEUIFontPickerUIGridViewEUIHBoxUIImageUILabelUILineChartX,YUIListViewEUIPaneUIPieChartUIProgressBarUIScrollPaneUISegmentedButtonUISelectPaneUISlidePaneUISliderUISpinnerTUISplitPaneUIStackPaneUITabPaneUITableViewRowVUITextAreaUITextVUITileViewEUIToggleButtonUIToolBarUITreeTableViewRowVUIVBoxUIWebUserInterfaceSelf,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(Objecttext)Self
Objecttext)Objecttext |
Tooltip text. |
Self |
The implementing class instance for method chaining. |
Sets the text to be displayed as a tooltip.
tooltip(kiss.Variabletext)Self
kiss.Variabletext)kiss.Variabletext |
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?Nodecontents)Self
UserInterfaceProvider?Nodecontents)UserInterfaceProvidercontents |
The contents to display in popup. |
Self |
Chainable API. |
Set the content to be displayed on popup.
popup(org.controlsfx.control.PopOver.ArrowLocationarrow, UserInterfaceProvider?Nodecontents)Self
org.controlsfx.control.PopOver.ArrowLocationarrow, UserInterfaceProvider?Nodecontents)org.controlsfx.control.PopOver.ArrowLocationarrow |
|
UserInterfaceProvidercontents |
The contents to display in popup. |
Self |
Chainable API. |
Set the content to be displayed on popup.
popup(SupplierUserInterfaceProvider?Nodebuilder)Self
SupplierUserInterfaceProvider?Nodebuilder)Supplierbuilder |
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.ArrowLocationarrow, SupplierUserInterfaceProvider?Nodebuilder)Self
org.controlsfx.control.PopOver.ArrowLocationarrow, SupplierUserInterfaceProvider?Nodebuilder)org.controlsfx.control.PopOver.ArrowLocationarrow |
|
Supplierbuilder |
Create the contents. This callback will be invoked every showing the popup. |
Self |
Chainable API. |
Set the content to be displayed on popup.