java.lang.Object
software.xdev.vaadin.grid_exporter.components.wizard.step.WizardStepState

public class WizardStepState extends Object
  • 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()