Package com.iizigo.swt
Interface IWizardValidator
public interface IWizardValidator
Validator interface for the ValidatorWizardDialog.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isValidationRequired()
Checks if the page is valid.void
onCancel()
Cancels current validation.void
validate()
Performs the validation.