Package com.iizigo.swt
Interface IWizardValidator
public interface IWizardValidator
Validator interface for the ValidatorWizardDialog.
- Author:
- Christopher Mindus
Method Details
validate
void validate()Performs the validation.onCancel
void onCancel()Cancels current validation.isValidationRequired
boolean isValidationRequired()Checks if the page is valid.