| Package | Description |
|---|---|
| de.knightsoftnet.validators.client |
this package contains client side validation helpers.
|
| de.knightsoftnet.validators.client.impl |
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractGwtValidator |
AbstractGwtValidatorFactory.createValidator()
Implement this method to return a
GWT.create(java.lang.Class<?>)d Validator annotated with
GwtValidation. |
| Modifier and Type | Method and Description |
|---|---|
AbstractGwtValidator |
GwtValidationContext.getValidator() |
| Constructor and Description |
|---|
GwtValidationContext(Class<T> rootBeanClass,
T rootBean,
javax.validation.metadata.BeanDescriptor beanDescriptor,
javax.validation.MessageInterpolator messageInterpolator,
javax.validation.TraversableResolver traversableResolver,
AbstractGwtValidator validator) |
Copyright © 2015–2016. All rights reserved.