Appearance
|
Font
|
Font of text of this component
|
Foreground Color
|
The foreground color of the component.
|
Background Color
|
The background color of the component.
|
Number Format
|
A number format pattern to use when the spinner is in numeric mode.
|
Date Format
|
A date format pattern to use when the spinner is in date mode.
|
Antialias
|
Draw with antialias on? Makes text smoother
|
Styles
|
Contains the component's styles
|
styles
|
|
Dataset
|
|
bindable | expert
|
|
Behavior
|
Spinner Mode
|
The mode controls which data type this spinner accepts
|
spinnerMode
|
|
int
|
|
0
|
Integer
|
1
|
Double
|
2
|
Date
|
|
|
Numeric Step Size
|
The size to step up or down when in 'Integer' or 'Double' mode.
|
Touchscreen Mode
|
Controls when this input component responds if touchscreen mode is enabled.
|
touchscreenMode
|
|
int
|
|
expert
|
|
0
|
None
|
1
|
Single-Click
|
2
|
Double-Click
|
|
|
Common
|
Name
|
The name of this component.
|
Enabled
|
If disabled, a component cannot be used.
|
Visible
|
If disabled, the component will be hidden.
|
Border
|
The border surrounding this component. NOTE that the border is unaffected by rotation.
|
Mouseover Text
|
The text that is displayed in the tooltip which pops up on mouseover of this component.
|
Data
|
Numeric Minimum
|
The minimum value this spinner will accept when in 'Integer' or 'Double' mode.
|
Numeric Maximum
|
The maximum value this spinner will accept when in 'Integer' or 'Double' mode.
|
Value (Integer)
|
The current value if mode is 'Integer'
|
Value (Double)
|
The current value if mode is 'Double'
|
doubleValue
|
|
double
|
|
bindable
|
|
Value (Date)
|
The current value if mode is 'Date'
|
Data Quality
|
The data quality code for any tag bindings on this component.
|
dataQuality
|
|
int
|
|
bindable | expert
|
|
Uncategorized
|
Date in Milliseconds
|
|
dateInMillis
|
|
long
|
|
bindable | read-only
|
|