- java.lang.Object
- 
- javafx.beans.binding.When.NumberConditionBuilder
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleBindingotherwise(double otherwiseValue)Defines a constant value of the ternary expression, that is returned if the condition isfalse.NumberBindingotherwise(float otherwiseValue)Defines a constant value of the ternary expression, that is returned if the condition isfalse.NumberBindingotherwise(int otherwiseValue)Defines a constant value of the ternary expression, that is returned if the condition isfalse.NumberBindingotherwise(long otherwiseValue)Defines a constant value of the ternary expression, that is returned if the condition isfalse.NumberBindingotherwise(ObservableNumberValue otherwiseValue)Defines theObservableNumberValuewhich value is returned by the ternary expression if the condition isfalse.
 
- 
- 
- 
Method Detail- 
otherwisepublic NumberBinding otherwise(ObservableNumberValue otherwiseValue) Defines theObservableNumberValuewhich value is returned by the ternary expression if the condition isfalse.- Parameters:
- otherwiseValue- the value
- Returns:
- the complete DoubleBinding
 
 - 
otherwisepublic DoubleBinding otherwise(double otherwiseValue) Defines a constant value of the ternary expression, that is returned if the condition isfalse.- Parameters:
- otherwiseValue- the value
- Returns:
- the complete DoubleBinding
 
 - 
otherwisepublic NumberBinding otherwise(float otherwiseValue) Defines a constant value of the ternary expression, that is returned if the condition isfalse.- Parameters:
- otherwiseValue- the value
- Returns:
- the complete NumberBinding
 
 - 
otherwisepublic NumberBinding otherwise(long otherwiseValue) Defines a constant value of the ternary expression, that is returned if the condition isfalse.- Parameters:
- otherwiseValue- the value
- Returns:
- the complete NumberBinding
 
 - 
otherwisepublic NumberBinding otherwise(int otherwiseValue) Defines a constant value of the ternary expression, that is returned if the condition isfalse.- Parameters:
- otherwiseValue- the value
- Returns:
- the complete NumberBinding
 
 
- 
 
-