java.lang.Object
javafx.beans.binding.When.ObjectConditionBuilder<T>
- Enclosing class:
- When
An intermediate class needed while assembling the ternary expression. It
 should not be used in another context.
- Since:
- JavaFX 2.0
- 
Method SummaryModifier and TypeMethodDescriptionotherwise(ObservableObjectValue<T> otherwiseValue) Defines theObservableObjectValuewhich 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- 
otherwiseDefines theObservableObjectValuewhich value is returned by the ternary expression if the condition isfalse.- Parameters:
- otherwiseValue- the value
- Returns:
- the complete ObjectBinding
 
- 
otherwiseDefines a constant value of the ternary expression, that is returned if the condition isfalse.- Parameters:
- otherwiseValue- the value
- Returns:
- the complete ObjectBinding
 
 
-