viewtify

viewtify.ui.helper

TooltipHelper<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(Objecttext)Self

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

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

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

The contents to display in popup.

Self

Chainable API.

Set the content to be displayed on popup.

popup(SupplierUserInterfaceProvider?Nodebuilder)Self

SupplierUserInterfaceProvider?Nodebuilder

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

Create the contents. This callback will be invoked every showing the popup.

Self

Chainable API.

Set the content to be displayed on popup.