303304305306307308309
* * @return A new feedback panel */ protected FeedbackPanel newFeedbackPanel(String id) { return new FeedbackPanel(id, new ContainerFeedbackMessageFilter(this)); }
309310311312313314315
9596979899100101
/** * @return Let subclass specify some other filter */ protected IFeedbackMessageFilter getMessagesFilter() { return new ContainerFeedbackMessageFilter(this); }
302303304305306307308
979899100101102103
306307308309310311312
* * @return A new feedback panel */ protected Component newFeedbackPanel(final String id) { return new FeedbackPanel(id, new ContainerFeedbackMessageFilter(this)); }