Uses of Class
javafx.beans.binding.When.BooleanConditionBuilder
| Package | Description | 
|---|---|
| javafx.beans.binding | 
 Provides classes that create and operate on a  
Binding
        that calculates a value that depends on one or more sources. | 
- 
Uses of When.BooleanConditionBuilder in javafx.beans.binding
Methods in javafx.beans.binding that return When.BooleanConditionBuilder Modifier and Type Method Description When.BooleanConditionBuilderWhen. then(boolean thenValue)Defines a constant value of the ternary expression, that is returned if the condition istrue.When.BooleanConditionBuilderWhen. then(ObservableBooleanValue thenValue)Defines theObservableBooleanValuewhich value is returned by the ternary expression if the condition istrue.