Class When.BooleanConditionBuilder
java.lang.Object
javafx.beans.binding.When.BooleanConditionBuilder
- 
Method SummaryModifier and TypeMethodDescriptionotherwise(boolean otherwiseValue) Defines a constant value of the ternary expression, that is returned if the condition isfalse.otherwise(ObservableBooleanValue otherwiseValue) Defines theObservableBooleanValuewhich value is returned by the ternary expression if the condition isfalse.
- 
Method Details- 
otherwiseDefines theObservableBooleanValuewhich value is returned by the ternary expression if the condition isfalse.- Parameters:
- otherwiseValue- the value
- Returns:
- the complete BooleanBinding
 
- 
otherwiseDefines a constant value of the ternary expression, that is returned if the condition isfalse.- Parameters:
- otherwiseValue- the value
- Returns:
- the complete BooleanBinding
 
 
-