| Package | Description |
|---|---|
| org.dominokit.domino.ui.stepper |
| Modifier and Type | Method and Description |
|---|---|
Stepper.StepState |
Step.getInitialState() |
Stepper.StepState |
Step.getState() |
static Stepper.StepState |
Stepper.StepState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stepper.StepState[] |
Stepper.StepState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Step |
Step.create(String title,
String description,
Stepper.StepState initialState) |
void |
Stepper.StepStateChangeListener.onStateChanged(Stepper.StepState oldState,
Step step,
Stepper stepper) |
Step |
Step.setEnabled(Stepper.StepState targetState)
This will not make the step active unless specified,but will enable the step so it is clickable
and can be stepped into with the stepper and will put the step in the provided state
|
void |
Step.setInitialState(Stepper.StepState initialState) |
| Constructor and Description |
|---|
Step(String title,
String description,
Stepper.StepState initialState) |
Copyright © 2019–2022 Dominokit. All rights reserved.