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 classFencedFeedbackPanelA 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 classComponentFeedbackPanelConvenience 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 FeedbackPanelFeedbackPanel. setFilter(IFeedbackMessageFilter filter)Sets a filter to use on the feedback messages modelFeedbackPanelFeedbackPanel. setMaxMessages(int maxMessages)FeedbackPanelFeedbackPanel. setSortingComparator(java.util.Comparator<FeedbackMessage> sortingComparator)Sets the comparator used for sorting the messages.
-