Interface UiNumberInput<V extends Number>

    • Method Detail

      • getStep

        V getStep()
        Returns:
        the step value to increment or decrement the current value via icon buttons.
      • setStep

        void setStep​(V step)
        Parameters:
        step - the new value of getStep().