User Guide

NumericStepper component 595
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.
Events inherited from the UIObject class
The following table lists the events the NumericStepper class inherits from the UIObject class.
When calling these events from the NumericStepper object, use the form
NumericStepper.eventName.
Events inherited from the UIComponent class
The following table lists the events the NumericStepper class inherits from the UIComponent
class. When calling these events from the NumericStepper object, use the form
NumericStepper.eventName.
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.
Event Description
UIObject.draw Broadcast when an object is about to draw its graphics.
UIObject.hide Broadcast when an object’s state changes from visible to invisible.
UIObject.load Broadcast when subobjects are being created.
UIObject.move Broadcast when the object has moved.
UIObject.resize Broadcast when an object has been resized.
UIObject.reveal Broadcast when an object’s state changes from invisible to visible.
UIObject.unload Broadcast when the subobjects are being unloaded.
Event Description
UIComponent.focusIn Broadcast when an object receives focus.
UIComponent.focusOut Broadcast when an object loses focus.
UIComponent.keyDown Broadcast when a key is pressed.
UIComponent.keyUp Broadcast when a key is released.