public ListSpinnerValueFactory (ObservableList<T> items)

Creates a new instance of the ListSpinnerValueFactory with the given list used as the list to step through.

Parameters:
items    The list of items to step through with the Spinner.