|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FeedbackPanel | |
|---|---|
| org.apache.wicket.markup.html.panel | Panel components. |
| Uses of FeedbackPanel in org.apache.wicket.markup.html.panel |
|---|
| Subclasses of FeedbackPanel in org.apache.wicket.markup.html.panel | |
|---|---|
class |
ComponentFeedbackPanel
Convenience feedback panel that filters the feedback messages based on the component given in the constructor. |
| Methods in org.apache.wicket.markup.html.panel that return FeedbackPanel | |
|---|---|
FeedbackPanel |
FeedbackPanel.setFilter(IFeedbackMessageFilter filter)
Sets a filter to use on the feedback messages model |
FeedbackPanel |
FeedbackPanel.setMaxMessages(int maxMessages)
|
FeedbackPanel |
FeedbackPanel.setSortingComparator(Comparator<FeedbackMessage> sortingComparator)
Sets the comparator used for sorting the messages. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||