public interface HasHiddenValidationErrorsHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addHiddenValidationErrorsHandler(HiddenValidationErrorsHandler handler)
Method to display validation error messages for a valuesManager when there is not currently visible form item displaying
the errors.
|
fireEvent
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