Field Summary |
public
| addEventListener: Function |
| See the EventDispatcher Class in Flash Help
|
|
public
| changeHandler: Function |
| Can be used to assign a direct event handler to the component instance.
|
|
public
| focusHandler: Function |
| Can be used to assign a direct event handler to the component instance.
|
|
public
| killFocusHandler: Function |
| Can be used to assign a direct event handler to the component instance.
|
|
public
| removeEventListener: Function |
| See the EventDispatcher Class in Flash Help
|
|
public
| tabFocusHandler: Function |
| Can be used to assign a direct event handler to the component instance.
|
|
|
Property Summary |
public
| decimals: Number (write)
|
| Sets the minimum amount of decimals used to display the value. If set to 0, the this property is disabled, and the decimals will appear as needed.
|
|
public
| decimals: Number (read)
|
| Gets the amount of decimals used to display the value.
|
|
public
| maximum: Number (write)
|
| Sets the maximum possible value on the component.
|
|
public
| maximum: Number (read)
|
| Gets the maximum possible value on the component.
|
|
public
| minimum: Number (write)
|
| Sets the minimum possible value on the component.
|
|
public
| minimum: Number (read)
|
| Gets the minimum possible value on the component.
|
|
public
| speed: Number (write)
|
| Sets the value interval (ms) when user holds down a button.
|
|
public
| speed: Number (read)
|
| Gets the value interval (ms).
|
|
public
| stepSize: Number (write)
|
| Sets the step size of the component.
|
|
public
| stepSize: Number (read)
|
| Gets the step size of the component.
|
|
public
| value: Number (write)
|
| Sets the value of the numeric stepper.
|
|
public
| value: Number (read)
|
| Gets the value of the numeric stepper.
|
|
|
|
Constructor |
public
| NumericStepper (
Void)
|
|
|
|
Method Summary |
public static
| create (
target: MovieClip, id: String, depth: Number, initObj: Object
): NumericStepper |
| Static method used to create an instance of a NumericStepper on stage at run time.
|
|
|
|