java.lang.Object
javafx.beans.binding.When.NumberConditionBuilder
- Enclosing class:
- When
If-then-else expression returning a number.
- Since:
- JavaFX 2.0
- 
Method SummaryModifier and TypeMethodDescriptionotherwise(double otherwiseValue) Defines a constant value of the ternary expression, that is returned if the condition isfalse.otherwise(float otherwiseValue) Defines a constant value of the ternary expression, that is returned if the condition isfalse.otherwise(int otherwiseValue) Defines a constant value of the ternary expression, that is returned if the condition isfalse.otherwise(long otherwiseValue) Defines a constant value of the ternary expression, that is returned if the condition isfalse.otherwise(ObservableNumberValue otherwiseValue) Defines theObservableNumberValuewhich value is returned by the ternary expression if the condition isfalse.
- 
Method Details- 
otherwiseDefines theObservableNumberValuewhich value is returned by the ternary expression if the condition isfalse.- Parameters:
- otherwiseValue- the value
- Returns:
- the complete DoubleBinding
 
- 
otherwiseDefines a constant value of the ternary expression, that is returned if the condition isfalse.- Parameters:
- otherwiseValue- the value
- Returns:
- the complete DoubleBinding
 
- 
otherwiseDefines a constant value of the ternary expression, that is returned if the condition isfalse.- Parameters:
- otherwiseValue- the value
- Returns:
- the complete NumberBinding
 
- 
otherwiseDefines a constant value of the ternary expression, that is returned if the condition isfalse.- Parameters:
- otherwiseValue- the value
- Returns:
- the complete NumberBinding
 
- 
otherwiseDefines a constant value of the ternary expression, that is returned if the condition isfalse.- Parameters:
- otherwiseValue- the value
- Returns:
- the complete NumberBinding
 
 
-