Package | feathers.controls |
Class | public class StepperButtonLayoutMode |
Inheritance | StepperButtonLayoutMode ![]() |
Product Version : | Feathers 3.0.0 |
See also
Constant | Defined 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 |
RIGHT_SIDE_VERTICAL | Constant |
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_HORIZONTAL | Constant |
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_VERTICAL | Constant |
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.