Uses of Class
javafx.beans.binding.When.StringConditionBuilder
Packages that use When.StringConditionBuilder
Package
Description
Provides classes that create and operate on a
Binding
that calculates a value that depends on one or more sources.-
Uses of When.StringConditionBuilder in javafx.beans.binding
Methods in javafx.beans.binding that return When.StringConditionBuilderModifier and TypeMethodDescriptionDefines a constant value of the ternary expression, that is returned if the condition istrue
.When.then
(ObservableStringValue thenValue) Defines theObservableStringValue
which value is returned by the ternary expression if the condition istrue
.