Package | Description |
---|---|
org.hippoecm.frontend.validation |
Modifier and Type | Method and Description |
---|---|
Set<ModelPath> |
Violation.getDependentPaths() |
Modifier and Type | Method and Description |
---|---|
org.apache.wicket.model.IModel |
IFieldResolver.resolve(org.apache.wicket.model.IModel model,
ModelPath path) |
org.apache.wicket.model.IModel |
JcrFieldResolver.resolve(org.apache.wicket.model.IModel model,
ModelPath path) |
Constructor and Description |
---|
Violation(Class<?> resourceBundleClass,
String messageKey,
Object[] parameters,
Set<ModelPath> fieldPaths)
Deprecated.
use the
Violation.Violation(Set, IModel) constructor instead. |
Violation(Set<ModelPath> paths,
org.apache.wicket.model.IModel<String> messageModel)
Create a new violation with the specified message.
|
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.