Uses of Class
de.knightsoftnet.validators.client.impl.AbstractGwtValidator
-
Packages that use AbstractGwtValidator Package Description de.knightsoftnet.validators.client this package contains client side validation helpers.de.knightsoftnet.validators.client.editor.impl this package contains client side editor components.de.knightsoftnet.validators.client.impl de.knightsoftnet.validators.client.validation this package contains client side validation configurations. -
-
Uses of AbstractGwtValidator in de.knightsoftnet.validators.client
Methods in de.knightsoftnet.validators.client that return AbstractGwtValidator Modifier and Type Method Description abstract AbstractGwtValidatorAbstractGwtValidatorFactory. createValidator()Implement this method to return aGWT.create(java.lang.Class<?>)dValidatorannotated withGwtValidation. -
Uses of AbstractGwtValidator in de.knightsoftnet.validators.client.editor.impl
Methods in de.knightsoftnet.validators.client.editor.impl with parameters of type AbstractGwtValidator Modifier and Type Method Description protected abstract Set<javax.validation.ConstraintViolation<T>>AbstractBeanValidationEditorDriver. validateContent(T pobject, AbstractGwtValidator pvalidator) -
Uses of AbstractGwtValidator in de.knightsoftnet.validators.client.impl
Methods in de.knightsoftnet.validators.client.impl that return AbstractGwtValidator Modifier and Type Method Description AbstractGwtValidatorGwtValidationContext. getValidator()Constructors in de.knightsoftnet.validators.client.impl with parameters of type AbstractGwtValidator Constructor Description GwtValidationContext(Class<T> rootBeanClass, T rootBean, javax.validation.metadata.BeanDescriptor beanDescriptor, javax.validation.MessageInterpolator messageInterpolator, javax.validation.TraversableResolver traversableResolver, AbstractGwtValidator validator) -
Uses of AbstractGwtValidator in de.knightsoftnet.validators.client.validation
Methods in de.knightsoftnet.validators.client.validation that return AbstractGwtValidator Modifier and Type Method Description AbstractGwtValidatorEmptyValidatorFactory. createValidator()
-