User Guide

978 NumericStepper component
Properties inherited from the UIComponent class
The following table lists the properties the NumericStepper class inherits from the
UIComponent class. When calling these properties from the NumericStepper object, use the
form
NumericStepper.propertyName.
Event summary for the NumericStepper class
The following table lists the event of the NumericStepper class.
UIObject.scaleX A number indicating the scaling factor in the x direction of the
object, relative to its parent.
UIObject.scaleY A number indicating the scaling factor in the y direction of the
object, relative to its parent.
UIObject.top The position of the top edge of the object, relative to its
parent. Read-only.
UIObject.visible A Boolean value indicating whether the object is visible (true)
or not (
false).
UIObject.width The width of the object, in pixels. Read-only.
UIObject.x The left edge of the object, in pixels. Read-only.
UIObject.y The top edge of the object, in pixels. Read-only.
Property Description
UIComponent.enabled Indicates whether the component can receive focus and
input.
UIComponent.tabIndex A number indicating the tab order for a component in a
document.
Event Description
NumericStepper.change Triggered when the value of the stepper changes.
Property Description