public class TabsStepperFeedbackType 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 |
|---|
TabsStepperFeedbackType(StepperLayout stepperLayout) |
| Modifier and Type | Method and Description |
|---|---|
void |
hideProgress()
Hides the progress indicator.
|
void |
showProgress(java.lang.String progressMessage)
Shows a progress indicator.
|
public TabsStepperFeedbackType(@NonNull
StepperLayout stepperLayout)
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 StepperFeedbackType