Uses of Class
de.knightsoftnet.validators.client.impl.Group
-
Packages that use Group Package Description de.knightsoftnet.validators.client.impl -
-
Uses of Group in de.knightsoftnet.validators.client.impl
Methods in de.knightsoftnet.validators.client.impl that return types with arguments of type Group Modifier and Type Method Description Collection<Group>GroupChain. getAllGroups()Iterator<Group>GroupChain. getGroupIterator()Iterator<List<Group>>GroupChain. getSequenceIterator()Methods in de.knightsoftnet.validators.client.impl with parameters of type Group Modifier and Type Method Description <T> voidGwtSpecificValidator. 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> voidGwtSpecificValidator. 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> voidGwtSpecificValidator. 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)voidGroupChain. insertGroup(Group group)insert a single group.<T> voidGroupValidator. 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.Method parameters in de.knightsoftnet.validators.client.impl with type arguments of type Group Modifier and Type Method Description voidGroupChain. insertSequence(List<Group> groups)insert a sequence (list) of groups.
-