public class StepViewModel
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StepViewModel.Builder |
| Modifier and Type | Field and Description |
|---|---|
static int |
NULL_DRAWABLE
Drawable resource ID to be used for back/next navigation button compound drawables when we do not want to show them.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.CharSequence |
getBackButtonLabel() |
int |
getBackButtonStartDrawableResId() |
java.lang.CharSequence |
getEndButtonLabel() |
int |
getNextButtonEndDrawableResId() |
java.lang.CharSequence |
getSubtitle() |
java.lang.CharSequence |
getTitle() |
boolean |
isBackButtonVisible() |
boolean |
isEndButtonVisible() |
public static final int NULL_DRAWABLE
@Nullable public java.lang.CharSequence getTitle()
@Nullable public java.lang.CharSequence getSubtitle()
@Nullable public java.lang.CharSequence getEndButtonLabel()
@Nullable public java.lang.CharSequence getBackButtonLabel()
@DrawableRes public int getNextButtonEndDrawableResId()
@DrawableRes public int getBackButtonStartDrawableResId()
public boolean isEndButtonVisible()
public boolean isBackButtonVisible()