Uses of Class
org.hippoecm.frontend.validation.FeedbackPriority
-
Packages that use FeedbackPriority Package Description org.hippoecm.frontend.validation -
-
Uses of FeedbackPriority in org.hippoecm.frontend.validation
Methods in org.hippoecm.frontend.validation that return FeedbackPriority Modifier and Type Method Description FeedbackPriority
ScopedFeedBackMessage. getFeedbackPriority()
static FeedbackPriority
FeedbackPriority. valueOf(String name)
Returns the enum constant of this type with the specified name.static FeedbackPriority[]
FeedbackPriority. 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 FeedbackPriority Modifier and Type Method Description void
ScopedFeedBackMessage. setFeedbackPriority(FeedbackPriority feedbackPriority)
-