Module javafx.base

Class When.NumberConditionBuilder

  • Enclosing class:
    When

    public class When.NumberConditionBuilder
    extends Object
    If-then-else expression returning a number.
    Since:
    JavaFX 2.0
    • Method Detail

      • otherwise

        public DoubleBinding otherwise​(double otherwiseValue)
        Defines a constant value of the ternary expression, that is returned if the condition is false.
        Parameters:
        otherwiseValue - the value
        Returns:
        the complete DoubleBinding
      • otherwise

        public NumberBinding otherwise​(float otherwiseValue)
        Defines a constant value of the ternary expression, that is returned if the condition is false.
        Parameters:
        otherwiseValue - the value
        Returns:
        the complete NumberBinding
      • otherwise

        public NumberBinding otherwise​(long otherwiseValue)
        Defines a constant value of the ternary expression, that is returned if the condition is false.
        Parameters:
        otherwiseValue - the value
        Returns:
        the complete NumberBinding
      • otherwise

        public NumberBinding otherwise​(int otherwiseValue)
        Defines a constant value of the ternary expression, that is returned if the condition is false.
        Parameters:
        otherwiseValue - the value
        Returns:
        the complete NumberBinding