Class NumberTextField.NumberCheckModel

    • Constructor Detail

      • NumberCheckModel

        public NumberCheckModel​(NumberTextField.Type type)
        Initializes the model with 0 as default value.
        Parameters:
        type - the type of number to handle
      • NumberCheckModel

        public NumberCheckModel​(NumberTextField.Type type,
                                Number defValue)
        Initializes the model with the specified default value.
        Parameters:
        type - the type of number to handle
        defValue - the default value, use "null" to use as null