Package | com.ghostwire.ui.controls |
Class | public class uiVStepper |
Inheritance | uiVStepper ![]() ![]() ![]() |
uiVStepper
component consists of a pair of buttons arranged side-by-side vertically
allowing the user to increment or decrement a value, within a predefined range, by pressing on either
button.
You cannot change the orientation of a uiVStepper
instance - it is always vertical. If
you need a horizontal stepper, use the uiStepper
class.
"padding" Property
Always 0
- attempting to set this property will throw an error.
"range" Property
You need to access the values represented by the component via the range
property.
For example, range.value
, range.minimum
, range.maximum
, etc.
"skin" Property
The default value is "VStepper"
and the asset(s) used are:
VStepperDown.png VStepperUp.png
~ This class is available in Aspire UI Components Lite Edition ~
See also
Method | Defined by | ||
---|---|---|---|
uiVStepper(range:uiRange = null)
Constructor - creates a new
uiVStepper instance. | uiVStepper | ||
![]() |
invalidate(type:String):void
Invalidates this component's "size", "display", "layout" or "textstyle".
| uiComponent | |
![]() |
move(x:Number, y:Number, noEvent:Boolean = false):void
Moves the component to the specified position, disregarding its allocation.
| uiComponent | |
![]() |
removeAllChildren(all:Boolean = false):void
Removes all children from this component.
| uiComponent | |
![]() |
setFocus(flag:Boolean = true):void
Gives this component instance the focus; the component must be on the display list and has its
tabEnabled property set to true , otherwise this method will fail
silently. | uiComponent | |
![]() |
setSize(width:Number, height:Number, noEvent:Boolean = false):void
Sets this component's size to the specified
width and height . | uiComponent | |
![]() |
setVisible(value:Boolean, noEvent:Boolean = false):void
Sets the visibility of this component instance, dispatching a "show" or "hide" event accordingly.
| uiComponent | |
![]() |
validateNow():void
Validates and render the component instance, and any component instances with
depth higher than itself in the validation queue, immediately. | uiComponent |