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