public class StepperFeedbackTypeComposite extends java.lang.Object implements StepperFeedbackType
CONTENT_FADE, CONTENT_OVERLAY, CONTENT_PROGRESS, DISABLED_BOTTOM_NAVIGATION, DISABLED_CONTENT_INTERACTION, NONE, PROGRESS_ANIMATION_DURATION, TABS| Constructor and Description |
|---|
StepperFeedbackTypeComposite() |
| Modifier and Type | Method and Description |
|---|---|
void |
addComponent(StepperFeedbackType component)
Adds a child component to this composite.
|
java.util.List<StepperFeedbackType> |
getChildComponents() |
void |
hideProgress()
Hides the progress indicator.
|
void |
showProgress(java.lang.String progressMessage)
Shows a progress indicator.
|
public void showProgress(@NonNull
java.lang.String progressMessage)
StepperFeedbackTypeshowProgress in interface StepperFeedbackTypeprogressMessage - optional progress message if supported by the selected typespublic void hideProgress()
StepperFeedbackTypehideProgress in interface StepperFeedbackTypepublic void addComponent(@NonNull
StepperFeedbackType component)
component - child to addpublic java.util.List<StepperFeedbackType> getChildComponents()