Value Property (JSpinner)

Class

JSpinner class

Action

Gets the spinner value object string representation.

To get the displayed value you may have to get the value of the underlying object (textfield).

Data Type

STRING

Access

Read only

Examples

STRING sValue = MonthSpinner.Value