Class When.ObjectConditionBuilder<T>
java.lang.Object
javafx.beans.binding.When.ObjectConditionBuilder<T>
-
Method Summary
Modifier and TypeMethodDescriptionotherwise
(ObservableObjectValue<T> otherwiseValue) Defines theObservableObjectValue
which value is returned by the ternary expression if the condition isfalse
.Defines a constant value of the ternary expression, that is returned if the condition isfalse
.
-
Method Details
-
otherwise
Defines theObservableObjectValue
which value is returned by the ternary expression if the condition isfalse
.- Parameters:
otherwiseValue
- the value- Returns:
- the complete
ObjectBinding
-
otherwise
Defines a constant value of the ternary expression, that is returned if the condition isfalse
.- Parameters:
otherwiseValue
- the value- Returns:
- the complete
ObjectBinding
-