Package com.nuix.nx.dialogs
Interface ValidationCallback
-
public interface ValidationCallbackInterface for a callback that allows the code being called to approve or disapprove of the current state of the settings in aTabbedCustomDialog. Used byTabbedCustomDialog.validateBeforeClosing(ValidationCallback).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanvalidate(java.util.Map<java.lang.String,java.lang.Object> currentValues)A method used to validate.
-