void | dialMoved ( Number value ) |
void | dialPressed () |
void | dialReleased () |
void | valueChanged ( Number value ) |
Provides a rounded range control like a speedometer.
The current line step
Holds the maximum value for the widget.
Holds the minimum value for the widget.
Holds whether or not to show notches.
Holds the current notch size. (Read Only)
Holds the target number of pixels between notches.
The current page step
Holds whether or not to track the cursor, true by default.
Holds the value represented by the widget.
Holds whether or not the arrow can be rotated 360 degrees, or if some space is left at the bottom.
Creates a dial widget as a child of the given parent widget.
Parameter(s):
void : dialMoved( Number value )
Signature:“dialMoved(int)”
Emitted when dial moves, passes the new value of the dial.
void : dialPressed()
Signature:“dialPressed()”
Emitted when the dial is pressed by the user.
void : dialReleased()
Signature:“dialReleased()”
Emitted when the dial is released by the user.
void : valueChanged( Number value )
Signature:“valueChanged(int)”
Emitted when the value of the dial changes, passes the new value.