Packagefeathers.controls
Classpublic class StepperButtonLayoutMode
InheritanceStepperButtonLayoutMode Inheritance Object

Product Version : Feathers 3.0.0

Layout options for stepper controls.

See also

feathers.controls.NumericStepper


Public Constants
 ConstantDefined By
  RIGHT_SIDE_VERTICAL : String = "rightSideVertical"
[static] Both the decrement and increment button will be placed on the right side of the text input.
StepperButtonLayoutMode
  SPLIT_HORIZONTAL : String = "splitHorizontal"
[static] The decrement button will be placed on the left side of the text input and the increment button will be placed on the right side of the text input.
StepperButtonLayoutMode
  SPLIT_VERTICAL : String = "splitVertical"
[static] The decrement button will be placed below the text input and the increment button will be placed above the text input.
StepperButtonLayoutMode
Constant Detail
RIGHT_SIDE_VERTICALConstant
public static const RIGHT_SIDE_VERTICAL:String = "rightSideVertical"

Product Version : Feathers 3.0.0

Both the decrement and increment button will be placed on the right side of the text input. The increment button will be above the decrement button.

SPLIT_HORIZONTALConstant 
public static const SPLIT_HORIZONTAL:String = "splitHorizontal"

Product Version : Feathers 3.0.0

The decrement button will be placed on the left side of the text input and the increment button will be placed on the right side of the text input.

SPLIT_VERTICALConstant 
public static const SPLIT_VERTICAL:String = "splitVertical"

Product Version : Feathers 3.0.0

The decrement button will be placed below the text input and the increment button will be placed above the text input.