Class SpinnerComponent

    • Constructor Detail

      • SpinnerComponent

        public SpinnerComponent​(int min,
                                int max)
        Creates a new SpinnerComponent instance with the given min and max values.
        Parameters:
        min - the minimum allowed threshold
        max - the maximum allowed threshold
      • SpinnerComponent

        public SpinnerComponent​(int min,
                                int max,
                                ValueChangeApply applyValueChange)
        Creates a new SpinnerComponent instance with the given min and max values.
        Parameters:
        min - the minimum allowed threshold
        max - the maximum allowed threshold
        applyValueChange - the apply value change to set, cannot be null