Package | Description |
---|---|
com.google.gwt.validation.client.impl |
Modifier and Type | Method and Description |
---|---|
PathImpl |
PathImpl.append(String name)
Create a new path with a node named
name appended to the
existing path. |
PathImpl |
PathImpl.appendIndex(String name,
int index)
Create a new path with an indexed node named
name appended to
the existing path. |
PathImpl |
PathImpl.appendIterable(String name)
Create a new path with an iterable node named
name appended to
the existing path. |
PathImpl |
PathImpl.appendKey(String name,
Object key)
Create a new path with a keyed node named
name appended to the
existing path. |
PathImpl |
GwtValidationContext.getPath() |
PathImpl |
PathImpl.getPathWithoutLeafNode() |
Constructor and Description |
---|
ConstraintValidatorContextImpl(PathImpl path,
javax.validation.metadata.ConstraintDescriptor<A> descriptor) |
NodeBuilderCustomizableContextImpl(ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl parent,
String messageTemplate,
PathImpl path) |
NodeBuilderDefinedContextImpl(ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl parent,
String messageTemplate,
PathImpl path) |
NodeContextBuilderImpl(PathImpl path,
String messageTemplate,
ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl parent) |
Copyright © 2018. All rights reserved.