viewtify.ui.helper
StyleHelper
<Self
, S
>
Self
, S
>Self
StyleHelper
S
javafx.css.Styleable
AbstractChart
Self
,C
,D
AbstractComboBox
T
,Self
,W
AbstractPane
E
,P
,Self
EnhancedCanvas
TooltipHelper
Self
,W
UIButton
UICheckBox
UICheckMenuItem
UICheckSwitch
UIChoiceBox
T
UIColorPicker
UIComboBox
T
UIComboCheckBox
T
UIDatePicker
UIFlowView
E
UIFontPicker
UIGridView
E
UIHBox
UIImage
UILabel
UILineChart
X
,Y
UIListView
E
UIMenuItem
M
UIPane
UIPieChart
UIProgressBar
UIScrollPane
UISegmentedButton
UISelectPane
UISlidePane
UISlider
UISpinner
T
UISplitPane
UIStackPane
UITab
UITabPane
UITableCheckBoxColumn
RowV
UITableColumnBase
Column
,Self
,RowV
,ColumnV
,T
UITableColumn
RowV
,ColumnV
UITableView
RowV
UITextArea
UIText
V
UITileView
E
UIToggleButton
UIToolBar
UITreeTableColumn
RowV
,ColumnV
UITreeTableView
RowV
UIVBox
UIWeb
UserInterface
Self
,W
ui
()
S
S |
Return the associated user interface.
hasStyle
(String
className
)
boolean
String
className
)String className |
A target class name. |
boolean |
Result. |
Checks if the specified class has already been applied to this UI.
style
(String
classNames
)
Self
String
classNames
)String classNames |
A list of class names to assign. |
Self |
Chainable API. |
Apply style class name to user interface.
style
(boolean
add
, String
classNames
)
Self
boolean
add
, String
classNames
)boolean add |
|
String classNames |
A list of class names to apply or unapply. |
Self |
Chainable API. |
Apply or unapply style class name to user interface.
style
(stylist.Style
styles
)
Self
stylist.Style
styles
)stylist.Style styles |
A list of Styles to apply. |
Self |
Chainable API. |
Apply Style to user interface;
style
(boolean
add
, stylist.Style
styles
)
Self
boolean
add
, stylist.Style
styles
)boolean add |
|
stylist.Style styles |
A list of class names to apply or unapply. |
Self |
Chainable API. |
Apply or unapply style class name to user interface.
styleOnly
(stylist.Style
style
)
Self
stylist.Style
style
)stylist.Style style |
A list of Styles to apply. |
Self |
Chainable API. |
Apply Style to user interface;
styleOnly
(javafx.beans.value.ObservableValuestylist.Style
style
)
Self
javafx.beans.value.ObservableValuestylist.Style
style
)javafx.beans.value.ObservableValue style |
A Style to apply. |
Self |
Chainable API. |
Apply Style to user interface;
styleOnly
(kiss.Variablestylist.Style
style
)
Self
kiss.Variablestylist.Style
style
)kiss.Variable style |
A Style to apply. |
Self |
Chainable API. |
Apply Style to user interface;
styleOnly
(kiss.Signalstylist.Style
style
)
Self
kiss.Signalstylist.Style
style
)kiss.Signal style |
A Style to apply. |
Self |
Chainable API. |
Apply Style to user interface;
styleWhile
(kiss.SignalBoolean
timing
, String
className
)
Self
kiss.SignalBoolean
timing
, String
className
)kiss.Signal timing |
Assignment timing. |
String className |
A list of class names to assign. |
Self |
Chainable API. |
Assign style class name to user interface.
styleWhile
(kiss.SignalBoolean
timing
, stylist.Style
styles
)
Self
kiss.SignalBoolean
timing
, stylist.Style
styles
)kiss.Signal timing |
Apply timing. |
stylist.Style styles |
A list of Styles to apply. |
Self |
Chainable API. |
Apply Style to user interface;
unstyle
(stylist.Style
styles
)
Self
stylist.Style
styles
)stylist.Style styles |
A list of Styles to unapply. |
Self |
Chainable API. |
Unapply Style from user interface;
unstyle
(String
classNames
)
Self
String
classNames
)String classNames |
A list of class names to unapply. |
Self |
Chainable API. |
Unapply class name from user interface;
unstyleAll
()
Self
Self |
Chainable API |
Remove all styles.
of
(javafx.css.Styleable
styleable
)
StyleHelper
javafx.css.Styleable
styleable
)javafx.css.Styleable styleable |
|
StyleHelper |
Create temporary StyleHelper
.