public interface HasHiddenValidationErrorsHandlers
extends com.google.gwt.event.shared.HasHandlers | Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration | addHiddenValidationErrorsHandler(HiddenValidationErrorsHandler handler) Method to display validation error messages for a valuesManager when there is not currently visible form item displaying the errors. |
com.google.gwt.event.shared.HandlerRegistration addHiddenValidationErrorsHandler(HiddenValidationErrorsHandler handler)
HiddenValidationErrorsEvent.cancel() from within HiddenValidationErrorsHandler.onHiddenValidationErrors(com.smartgwt.client.widgets.form.events.HiddenValidationErrorsEvent) from this method to suppress that behavior.handler - the hiddenValidationErrors handlerHandlerRegistration used to remove this handler