Package com.portal.pfc.ui.wizard
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 TypeMethodDescriptionboolean
Returns if the "Back" button should be enabledboolean
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
-