edu.mayo.bsi.ngsportal.client
Interface Validate

All Known Implementing Classes:
AddSampleDialog

public interface Validate

Interface to be implemented by Dialog Boxes that validate their data before doing a Save, giving them a change to stop the Save process before the dialog is closed

@author Gregory Dougherty


Method Summary
 boolean validate()
          Return true if the the dialog is in a valid state, or false if need to stop the close process
 

Method Detail

validate

boolean validate()
Return true if the the dialog is in a valid state, or false if need to stop the close process

Returns:
True if everything is correct, else false