public static interface Stepper.StepNumberRenderer
| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.Node |
activeElement(Step step,
Stepper.StepStateColors stepStateColors)
Renders the number for active steps
|
elemental2.dom.Node |
completedElement(Step step,
Stepper.StepStateColors stepStateColors)
Renders the number for completed steps
|
elemental2.dom.Node |
disabledElement(Step step,
Stepper.StepStateColors stepStateColors)
Renders the number for disabled steps
|
elemental2.dom.Node |
errorElement(Step step,
Stepper.StepStateColors stepStateColors)
Renders the number for steps with errors
|
elemental2.dom.Node |
inactiveElement(Step step,
Stepper.StepStateColors stepStateColors)
Renders the number for inactive steps
|
elemental2.dom.Node inactiveElement(Step step, Stepper.StepStateColors stepStateColors)
step - Step we are rendering the number forstepStateColors - Stepper.StepStateColorsNode to be used as the step number elementelemental2.dom.Node activeElement(Step step, Stepper.StepStateColors stepStateColors)
step - Step we are rendering the number forstepStateColors - Stepper.StepStateColorsNode to be used as the step number elementelemental2.dom.Node errorElement(Step step, Stepper.StepStateColors stepStateColors)
step - Step we are rendering the number forstepStateColors - Stepper.StepStateColorsNode to be used as the step number elementelemental2.dom.Node completedElement(Step step, Stepper.StepStateColors stepStateColors)
step - Step we are rendering the number forstepStateColors - Stepper.StepStateColorsNode to be used as the step number elementelemental2.dom.Node disabledElement(Step step, Stepper.StepStateColors stepStateColors)
step - Step we are rendering the number forstepStateColors - Stepper.StepStateColorsNode to be used as the step number elementCopyright © 2019–2022 Dominokit. All rights reserved.