Interface PWizardValidator

All Known Implementing Classes:
PWizardPanel

public interface PWizardValidator
An interface that the PWizard framework implements to enable/disable the navigation buttons
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns if the "Back" button should be enabled
    boolean
    Returns if the "Next" button should be enabled
  • Method Details

    • canMoveForward

      boolean canMoveForward()
      Returns if the "Next" button should be enabled
    • canMoveBackward

      boolean canMoveBackward()
      Returns if the "Back" button should be enabled