Uses of Class
org.apache.wicket.markup.html.panel.FeedbackPanel
-
Packages that use FeedbackPanel Package Description org.apache.wicket.feedback Classes related to showing user feedback, generally as the result of form submission and/or validation.org.apache.wicket.markup.html.panel Panel components. -
-
Uses of FeedbackPanel in org.apache.wicket.feedback
Subclasses of FeedbackPanel in org.apache.wicket.feedback Modifier and Type Class Description class
FencedFeedbackPanel
A specialized feedback panel that only displays messages from inside a fence defined by a container component. -
Uses of FeedbackPanel in org.apache.wicket.markup.html.panel
Subclasses of FeedbackPanel in org.apache.wicket.markup.html.panel Modifier and Type Class Description 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 Modifier and Type Method Description FeedbackPanel
FeedbackPanel. setFilter(IFeedbackMessageFilter filter)
Sets a filter to use on the feedback messages modelFeedbackPanel
FeedbackPanel. setMaxMessages(int maxMessages)
FeedbackPanel
FeedbackPanel. setSortingComparator(Comparator<FeedbackMessage> sortingComparator)
Sets the comparator used for sorting the messages.
-