viewtify

viewtify.ui.helper

LabelHelper<Self>

text()String

String

A current text.

Get text.

text(Objecttext)Self

Objecttext

A text to set.

Self

Chainable API.

Set text.

text(kiss.Variabletext)Self

kiss.Variabletext

A text Variable to set.

Self

Chainable API.

Set text.

text(UserInterfaceProvider?Nodeitems)Self

UserInterfaceProvider?Nodeitems

A literal component to set.

Self

Chainable API.

Set the specified Node as literal component.

textV(UserInterfaceProvider?Nodeitems)Self

UserInterfaceProvider?Nodeitems

A literal component to set.

Self

Chainable API.

Set the specified Node as literal component.

text(Nodetext)Self

Nodetext

A literal component to set.

Self

Chainable API.

Set the specified Node as literal component.

graphic()Node

Node

Get the graphic of this component.

color()javafx.scene.paint.Paint

javafx.scene.paint.Paint

A current font color.

Get font color.

color(javafx.scene.paint.Colorcolor)Self

javafx.scene.paint.Colorcolor

A color to set.

Self

Chainable API.

Set font color.

color(stylist.value.Colorcolor)Self

stylist.value.Colorcolor

A color to set.

Self

Chainable API.

Set font color.

color(kiss.Variable?javafx.scene.paint.Paintcolor)Self

kiss.Variable?javafx.scene.paint.Paintcolor

A color to set.

Self

Chainable API.

Set font color.

font()javafx.scene.text.Font

javafx.scene.text.Font

A current font.

Get font.

font(javafx.scene.text.Fontfont)Self

javafx.scene.text.Fontfont

A font to set.

Self

Chainable API.

Set font.

font(Stringname)Self

Stringname

A font name to set.

Self

Chainable API.

Set font by name.

font(doublesize)Self

doublesize

A font size to set.

Self

Chainable API.

Set font by size.

font(javafx.scene.text.FontWeightweight)Self

javafx.scene.text.FontWeightweight

A font weight to set.

Self

Chainable API.

Set font by weight.

font(doublesize, javafx.scene.text.FontWeightweight)Self

doublesize

A font size to set.

javafx.scene.text.FontWeightweight

A font weight to set.

Self

Chainable API.

Set font by size and weight.

font(Stringname, doublesize, javafx.scene.text.FontWeightweight)Self

Stringname

A font name to set.

doublesize

A font size to set.

javafx.scene.text.FontWeightweight

A font weight to set.

Self

Chainable API.

Set font by name, size and weight.

icon(org.kordamp.ikonli.Ikonicon, stylist.Stylestyles)Self

org.kordamp.ikonli.Ikonicon

An icon font.

stylist.Stylestyles
Self

Chainable API.

Set the specified icon using icon font.

icon(StringiconPath)Self

StringiconPath
Self

Set icon.

icon(StringiconPath, intsize)Self

StringiconPath
intsize
Self

Set icon.

icon(StringiconPath, intwidth, intheight)Self

StringiconPath
intwidth
intheight
Self

Set icon.