Attempts to increment the value factory
by the given number of steps, by calling the
SpinnerValueFactory.increment(int)
method and forwarding the steps argument to it. If the value factory is
null, an IllegalStateException is thrown.
steps | The number of increments that should be performed on the value. |
IllegalStateException | if the value factory returned by
calling getValueFactory() is null. |
Diagram: Spinner