viewtify

viewtify.ui

UISpinner<T>

UISpinner(Viewview)

Viewview

A View to which the widget belongs.

Enchanced view.

valueProperty()javafx.beans.property.PropertyT

javafx.beans.property.PropertyT

itemsProperty()javafx.beans.property.Propertyjavafx.collections.ObservableListT

javafx.beans.property.Propertyjavafx.collections.ObservableListT

increment(intsteps)UISpinnerT

intsteps

The number of increments that should be performed on the value.

UISpinnerT

Chainable API.

Attempts to imcrement the value by the given number of steps.

decrement(intsteps)UISpinnerT

intsteps

The number of decrements that should be performed on the value.

UISpinnerT

Chainable API.

Attempts to decrement the value by the given number of steps.

around()UISpinnerT

UISpinnerT

Chainable API.

The wrapAround property is used to specify whether the value factory should be circular. For example, should an integer-based value model increment from the maximum value back to the minimum value (and vice versa).

format(FunctionT, Stringformatter)UISpinnerT

FunctionT, Stringformatter

A value formatter.

UISpinnerT

Chainable API.

Set value-display formatter.