Uses of Enum Class
org.hippoecm.frontend.validation.FeedbackScope
-
Uses of FeedbackScope in org.hippoecm.frontend.validation
Modifier and TypeMethodDescriptionScopedFeedBackMessage.getFeedbackScope()
static FeedbackScope
ValidatorUtils.getFeedbackScope
(String scope) Violation.getFeedbackScope()
static FeedbackScope
Returns the enum constant of this class with the specified name.static FeedbackScope[]
FeedbackScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionIFieldValidator.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) ModifierConstructorDescriptionScopedFeedBackMessage
(org.apache.wicket.Component reporter, Serializable message, int level, FeedbackScope scope) ScopedFeedBackMessageFilter
(org.apache.wicket.MarkupContainer container, FeedbackScope scope) ConstructorViolation
(Set<ModelPath> fieldPaths, org.apache.wicket.model.IModel<String> message, FeedbackScope feedbackScope)