Package | Description |
---|---|
com.google.gwt.validation.client.impl |
Modifier and Type | Method and Description |
---|---|
Collection<Group> |
GroupChain.getAllGroups() |
Iterator<Group> |
GroupChain.getGroupIterator() |
Iterator<List<Group>> |
GroupChain.getSequenceIterator() |
Modifier and Type | Method and Description |
---|---|
<T> void |
GwtSpecificValidator.expandDefaultAndValidateClassGroups(GwtValidationContext<T> context,
G object,
Set<javax.validation.ConstraintViolation<T>> violations,
Group... groups)
Helper method used to first expand the Default group sequence and then
perform validation of a bean using the specific group(s).
|
<T> void |
GwtSpecificValidator.expandDefaultAndValidatePropertyGroups(GwtValidationContext<T> context,
G object,
String propertyName,
Set<javax.validation.ConstraintViolation<T>> violations,
Group... groups)
Helper method used to first expand the Default group sequence and then
perform validation of a bean using the specific group(s).
|
<T> void |
GwtSpecificValidator.expandDefaultAndValidateValueGroups(GwtValidationContext<T> context,
Class<G> beanType,
String propertyName,
Object value,
Set<javax.validation.ConstraintViolation<T>> violations,
Group... groups)
Helper method used to first expand the Default group sequence and then
perform validation of a bean using the specific group(s).
|
protected static Class<?>[] |
AbstractGwtSpecificValidator.groupsToClasses(Group... groups) |
void |
GroupChain.insertGroup(Group group) |
<T> void |
GroupValidator.validateGroups(GwtValidationContext<T> context,
Set<javax.validation.ConstraintViolation<T>> violations,
Group... groups)
Validates the given group(s) (may not include group sequences)
and adds any violations to the set.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupChain.insertSequence(List<Group> groups) |
Copyright © 2018. All rights reserved.