Package | Description |
---|---|
org.hippoecm.frontend.validation |
Modifier and Type | Method and Description |
---|---|
static ValidationScope |
ValidationScope.from(FeedbackScope feedbackScope)
Deprecated.
|
ValidationScope |
ScopedFeedBackMessage.getScope()
Deprecated.
Use
ScopedFeedBackMessage.getFeedbackScope() instead |
ValidationScope |
Violation.getValidationScope()
Deprecated.
Use
Violation.getFeedbackScope() instead |
static ValidationScope |
ValidatorUtils.getValidationScope(String scope)
Deprecated.
Use
instead |
static ValidationScope |
ValidationScope.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ValidationScope[] |
ValidationScope.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default Violation |
IFieldValidator.newValueViolation(org.apache.wicket.model.IModel childModel,
org.apache.wicket.model.IModel<String> message,
ValidationScope scope)
Deprecated.
|
void |
Violation.setValidationScope(ValidationScope validationScope)
Deprecated.
Use
Violation.setFeedbackScope(FeedbackScope) instead |
Constructor and Description |
---|
ScopedFeedBackMessage(org.apache.wicket.Component reporter,
Serializable message,
int level,
ValidationScope scope)
Deprecated.
|
ScopedFeedBackMessageFilter(org.apache.wicket.MarkupContainer container,
ValidationScope scope)
Deprecated.
|
Violation(Set<ModelPath> fieldPaths,
org.apache.wicket.model.IModel<String> message,
ValidationScope validationScope)
Deprecated.
Use
Violation.Violation(Set, IModel, FeedbackScope) instead |
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.