Class WizardStepState
java.lang.Object
software.xdev.vaadin.grid_exporter.components.wizard.step.WizardStepState
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanboolean
-
Field Details
-
currentStep
protected final int currentStep -
totalSteps
protected final int totalSteps
-
-
Constructor Details
-
WizardStepState
public WizardStepState(int currentStep, int totalSteps)
-
-
Method Details
-
getCurrentStep
public int getCurrentStep() -
getTotalSteps
public int getTotalSteps() -
isFirstStep
public boolean isFirstStep() -
isLastStep
public boolean isLastStep()
-