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

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.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.