List of usage examples for com.google.gwt.user.client.ui ValueBoxBase.EditorErrorSupport interface-usage
From source file com.dianaui.universal.core.client.ui.base.ValueBoxErrorSupport.java
/**
* This is the default {@link EditorErrorSupport} implementation. The assumption is that every
* {@link ValueBoxBase} instance will have a {@link HasValidationState} parent. If there is a
* {@link HelpBlock} that is a child of the {@link HasValidationState} parent then error messages will be
* displayed in the {@link HelpBlock}.
* <p/>