public class ScopedFeedBackMessage
extends org.apache.wicket.feedback.FeedbackMessage
Constructor and Description |
---|
ScopedFeedBackMessage(org.apache.wicket.Component reporter,
Serializable message,
int level) |
ScopedFeedBackMessage(org.apache.wicket.Component reporter,
Serializable message,
int level,
FeedbackScope scope) |
ScopedFeedBackMessage(org.apache.wicket.Component reporter,
Serializable message,
int level,
ValidationScope scope)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FeedbackPriority |
getFeedbackPriority() |
FeedbackScope |
getFeedbackScope() |
ValidationScope |
getScope()
Deprecated.
Use
getFeedbackScope() instead |
void |
setFeedbackPriority(FeedbackPriority feedbackPriority) |
String |
toString() |
public ScopedFeedBackMessage(org.apache.wicket.Component reporter, Serializable message, int level)
public ScopedFeedBackMessage(org.apache.wicket.Component reporter, Serializable message, int level, FeedbackScope scope)
@Deprecated public ScopedFeedBackMessage(org.apache.wicket.Component reporter, Serializable message, int level, ValidationScope scope)
ScopedFeedBackMessage(Component, Serializable, int, FeedbackScope)
instead@Deprecated public ValidationScope getScope()
getFeedbackScope()
insteadpublic FeedbackScope getFeedbackScope()
public FeedbackPriority getFeedbackPriority()
public void setFeedbackPriority(FeedbackPriority feedbackPriority)
public String toString()
toString
in class org.apache.wicket.feedback.FeedbackMessage
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.