User Guide

NumericStepper class 977
Methods inherited from the UIComponent class
The following table lists the methods the NumericStepper class inherits from the
UIComponent class. When calling these methods from the NumericStepper object, use the
form
NumericStepper.methodName.
Property summary for the NumericStepper class
The following table lists properties of the NumericStepper class.
Properties inherited from the UIObject class
The following table lists the properties the NumericStepper class inherits from the UIObject
class. When calling these properties from the NumericStepper object, use the form
NumericStepper.propertyName.
Method Description
UIComponent.getFocus() Returns a reference to the object that has focus.
UIComponent.setFocus() Sets focus to the component instance.
Property Description
NumericStepper.maximum A number indicating the maximum range value.
NumericStepper.minimum A number indicating the minimum range value.
NumericStepper.nextValue A number indicating the next sequential value. This property
is read-only.
NumericStepper.previousValue A number indicating the previous sequential value. This
property is read-only.
NumericStepper.stepSize A number indicating the unit of change for each click.
NumericStepper.value A number indicating the current value of the stepper.
Property Description
UIObject.bottom The position of the bottom edge of the object, relative to the
bottom edge of its parent. Read-only.
UIObject.height The height of the object, in pixels. Read-only.
UIObject.left The left edge of the object, in pixels. Read-only.
UIObject.right The position of the right edge of the object, relative to the
right edge of its parent. Read-only.