viewtify.ui.helper
LabelHelper<Self>
Self>SelfLabelHelper
UIButtonUICheckBoxUICheckMenuItemUICheckSwitchUILabelUIMenuItemMUITabUITableCheckBoxColumnRowVUITableColumnBaseColumn,Self,RowV,ColumnV,TUITableColumnRowV,ColumnVUIToggleButtonUITreeTableColumnRowV,ColumnV
text()String
String |
A current text. |
Get text.
text(Objecttext)Self
Objecttext)Objecttext |
A text to set. |
Self |
Chainable API. |
Set text.
text(kiss.Variabletext)Self
kiss.Variabletext)kiss.Variabletext |
A text Variable to set. |
Self |
Chainable API. |
Set text.
text(UserInterfaceProvider?Nodeitems)Self
UserInterfaceProvider?Nodeitems)UserInterfaceProvideritems |
A literal component to set. |
Self |
Chainable API. |
Set the specified Node as literal component.
textV(UserInterfaceProvider?Nodeitems)Self
UserInterfaceProvider?Nodeitems)UserInterfaceProvideritems |
A literal component to set. |
Self |
Chainable API. |
Set the specified Node as literal component.
text(Nodetext)Self
Nodetext)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)javafx.scene.paint.Colorcolor |
A color to set. |
Self |
Chainable API. |
Set font color.
color(stylist.value.Colorcolor)Self
stylist.value.Colorcolor)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)kiss.Variablecolor |
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)javafx.scene.text.Fontfont |
A font to set. |
Self |
Chainable API. |
Set font.
font(Stringname)Self
Stringname)Stringname |
A font name to set. |
Self |
Chainable API. |
Set font by name.
font(doublesize)Self
doublesize)doublesize |
A font size to set. |
Self |
Chainable API. |
Set font by size.
font(javafx.scene.text.FontWeightweight)Self
javafx.scene.text.FontWeightweight)javafx.scene.text.FontWeightweight |
A font weight to set. |
Self |
Chainable API. |
Set font by weight.
font(doublesize, javafx.scene.text.FontWeightweight)Self
doublesize, javafx.scene.text.FontWeightweight)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, doublesize, javafx.scene.text.FontWeightweight)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, stylist.Stylestyles)org.kordamp.ikonli.Ikonicon |
An icon font. |
stylist.Stylestyles |
|
Self |
Chainable API. |
Set the specified icon using icon font.
icon(StringiconPath)Self
StringiconPath)StringiconPath |
|
Self |
Set icon.
icon(StringiconPath, intsize)Self
StringiconPath, intsize)StringiconPath |
|
intsize |
|
Self |
Set icon.
icon(StringiconPath, intwidth, intheight)Self
StringiconPath, intwidth, intheight)StringiconPath |
|
intwidth |
|
intheight |
|
Self |
Set icon.