Uses of Class
de.knightsoftnet.validators.client.impl.Group
Packages that use Group
-
Uses of Group in de.knightsoftnet.validators.client.impl
Methods in de.knightsoftnet.validators.client.impl that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupChain.getAllGroups()GroupChain.getGroupIterator()GroupChain.getSequenceIterator()Methods in de.knightsoftnet.validators.client.impl with parameters of type GroupModifier and TypeMethodDescription<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 GroupModifier and TypeMethodDescriptionvoidGroupChain.insertSequence(List<Group> groups) insert a sequence (list) of groups.