Class Group
java.lang.Object
de.knightsoftnet.validators.client.impl.Group
Encapsulates a single validation group.
Modified from the Hibernate validator for use with GWT.
-
Constructor Details
-
Group
Creates a group that is not part of a sequence with no parents.- Parameters:
group- The validation group.
-
Group
Creates a group that is part of a sequence with no parents.- Parameters:
group- The validation group. Must not be null.sequence- The sequence the group is a part of. Can be null if the group is not part of a sequence.
-
-
Method Details