Class When.StringConditionBuilder
java.lang.Object
javafx.beans.binding.When.StringConditionBuilder
- 
Method SummaryModifier and TypeMethodDescriptionDefines a constant value of the ternary expression, that is returned if the condition isfalse.otherwise(ObservableStringValue otherwiseValue) Defines theObservableStringValuewhich value is returned by the ternary expression if the condition isfalse.
- 
Method Details- 
otherwiseDefines theObservableStringValuewhich value is returned by the ternary expression if the condition isfalse.- Parameters:
- otherwiseValue- the value
- Returns:
- the complete StringBinding
 
- 
otherwiseDefines a constant value of the ternary expression, that is returned if the condition isfalse.- Parameters:
- otherwiseValue- the value
- Returns:
- the complete StringBinding
 
 
-