public static enum Stepper.StepperDirection extends Enum<Stepper.StepperDirection>
| Enum Constant and Description |
|---|
HORIZONTAL
The steps in the Stepper header will be aligned Horizontally
|
VERTICAL
The steps in the Stepper header will be aligned Veritically
|
| Modifier and Type | Method and Description |
|---|---|
FlexDirection |
getFlexDirection() |
String |
getStyle() |
static Stepper.StepperDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stepper.StepperDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Stepper.StepperDirection HORIZONTAL
public static final Stepper.StepperDirection VERTICAL
public static Stepper.StepperDirection[] values()
for (Stepper.StepperDirection c : Stepper.StepperDirection.values()) System.out.println(c);
public static Stepper.StepperDirection valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic FlexDirection getFlexDirection()
public String getStyle()
Copyright © 2019–2022 Dominokit. All rights reserved.