public class NoneStepperType extends AbstractStepperType
DOTS, NONE, PROGRESS_BAR, TABS| Constructor and Description |
|---|
NoneStepperType(StepperLayout stepperLayout) |
| Modifier and Type | Method and Description |
|---|---|
void |
onStepSelected(int newStepPosition,
boolean userTriggeredChange)
Called when a step gets selected as the new current step.
|
getErrorAtPosition, getSelectedColor, getUnselectedColor, onNewAdapter, setErrorpublic NoneStepperType(StepperLayout stepperLayout)
public void onStepSelected(int newStepPosition,
boolean userTriggeredChange)
AbstractStepperTypeonStepSelected in class AbstractStepperTypenewStepPosition - new current step positionuserTriggeredChange - true if current step position changed as a direct result of user interaction