Uses of Class
org.hippoecm.frontend.validation.FeedbackScope
-
Packages that use FeedbackScope Package Description org.hippoecm.frontend.validation -
-
Uses of FeedbackScope in org.hippoecm.frontend.validation
Methods in org.hippoecm.frontend.validation that return FeedbackScope Modifier and Type Method Description FeedbackScope
ScopedFeedBackMessage. getFeedbackScope()
static FeedbackScope
ValidatorUtils. getFeedbackScope(String scope)
FeedbackScope
Violation. getFeedbackScope()
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.Methods in org.hippoecm.frontend.validation with parameters of type FeedbackScope Modifier and Type Method 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)
Constructors in org.hippoecm.frontend.validation with parameters of type FeedbackScope Constructor Description ScopedFeedBackMessage(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)
-