Uses of Class
org.apache.wicket.markup.html.panel.FeedbackPanel

Packages that use FeedbackPanel
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
 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
 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.
 



Copyright © 2006–2014 Apache Software Foundation. All rights reserved.