Package org.hippoecm.frontend.validation
Class ScopedFeedBackMessage
- java.lang.Object
-
- org.apache.wicket.feedback.FeedbackMessage
-
- org.hippoecm.frontend.validation.ScopedFeedBackMessage
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.util.io.IClusterable
public class ScopedFeedBackMessage extends org.apache.wicket.feedback.FeedbackMessage
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScopedFeedBackMessage(org.apache.wicket.Component reporter, Serializable message, int level)
ScopedFeedBackMessage(org.apache.wicket.Component reporter, Serializable message, int level, FeedbackScope scope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeedbackPriority
getFeedbackPriority()
FeedbackScope
getFeedbackScope()
void
setFeedbackPriority(FeedbackPriority feedbackPriority)
String
toString()
-
-
-
Constructor Detail
-
ScopedFeedBackMessage
public ScopedFeedBackMessage(org.apache.wicket.Component reporter, Serializable message, int level)
-
ScopedFeedBackMessage
public ScopedFeedBackMessage(org.apache.wicket.Component reporter, Serializable message, int level, FeedbackScope scope)
-
-
Method Detail
-
getFeedbackScope
public FeedbackScope getFeedbackScope()
-
getFeedbackPriority
public FeedbackPriority getFeedbackPriority()
-
setFeedbackPriority
public void setFeedbackPriority(FeedbackPriority feedbackPriority)
-
toString
public String toString()
- Overrides:
toString
in classorg.apache.wicket.feedback.FeedbackMessage
-
-