|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.plugin.report.engine.web.feedback.GeneralFeedbackFilter
public class GeneralFeedbackFilter
A filter that only shows feedback messages that are not attached to any specific component; that is, they are general messages.
Field Summary |
---|
Fields inherited from interface org.apache.wicket.feedback.IFeedbackMessageFilter |
---|
ALL |
Constructor Summary | |
---|---|
GeneralFeedbackFilter()
|
Method Summary | |
---|---|
boolean |
accept(org.apache.wicket.feedback.FeedbackMessage message)
Returns true if the reporter of the message is null . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeneralFeedbackFilter()
Method Detail |
---|
public boolean accept(org.apache.wicket.feedback.FeedbackMessage message)
true
if the reporter of the message is null
.
accept
in interface org.apache.wicket.feedback.IFeedbackMessageFilter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |