Uses of Class
org.apache.wicket.feedback.FeedbackMessage

Packages that use FeedbackMessage
org.apache.wicket The core Wicket package. 
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 FeedbackMessage in org.apache.wicket
 

Methods in org.apache.wicket that return FeedbackMessage
 FeedbackMessage Component.getFeedbackMessage()
           
 

Uses of FeedbackMessage in org.apache.wicket.feedback
 

Methods in org.apache.wicket.feedback that return FeedbackMessage
 FeedbackMessage FeedbackMessages.messageForComponent(Component component)
          Looks up a message for the given component.
 

Methods in org.apache.wicket.feedback that return types with arguments of type FeedbackMessage
 List<FeedbackMessage> FeedbackMessagesModel.getObject()
           
 Comparator<FeedbackMessage> FeedbackMessagesModel.getSortingComparator()
           
 Iterator<FeedbackMessage> FeedbackMessages.iterator()
          Gets an iterator over stored messages
 List<FeedbackMessage> FeedbackMessages.messages(IFeedbackMessageFilter filter)
          Gets a list of messages from the page using a filter.
protected  List<FeedbackMessage> FeedbackMessagesModel.processMessages(List<FeedbackMessage> messages)
          Override this method to post process to the FeedbackMessage list.
 

Methods in org.apache.wicket.feedback with parameters of type FeedbackMessage
 boolean IFeedbackMessageFilter.accept(FeedbackMessage message)
           
 boolean ErrorLevelFeedbackMessageFilter.accept(FeedbackMessage message)
           
 boolean ContainerFeedbackMessageFilter.accept(FeedbackMessage message)
           
 boolean ComponentFeedbackMessageFilter.accept(FeedbackMessage message)
           
 void FeedbackMessages.add(FeedbackMessage message)
          Adds a message.
 

Method parameters in org.apache.wicket.feedback with type arguments of type FeedbackMessage
protected  List<FeedbackMessage> FeedbackMessagesModel.processMessages(List<FeedbackMessage> messages)
          Override this method to post process to the FeedbackMessage list.
 void FeedbackMessagesModel.setObject(List<FeedbackMessage> object)
           
 FeedbackMessagesModel FeedbackMessagesModel.setSortingComparator(Comparator<FeedbackMessage> sortingComparator)
          Sets the comparator used for sorting the messages.
 

Uses of FeedbackMessage in org.apache.wicket.markup.html.panel
 

Methods in org.apache.wicket.markup.html.panel that return types with arguments of type FeedbackMessage
protected  List<FeedbackMessage> FeedbackPanel.getCurrentMessages()
          Gets the currently collected messages for this panel.
 Comparator<FeedbackMessage> FeedbackPanel.getSortingComparator()
           
 

Methods in org.apache.wicket.markup.html.panel with parameters of type FeedbackMessage
protected  String FeedbackPanel.getCSSClass(FeedbackMessage message)
          Gets the css class for the given message.
protected  Component FeedbackPanel.newMessageDisplayComponent(String id, FeedbackMessage message)
          Generates a component that is used to display the message inside the feedback panel.
 

Method parameters in org.apache.wicket.markup.html.panel with type arguments of type FeedbackMessage
 FeedbackPanel FeedbackPanel.setSortingComparator(Comparator<FeedbackMessage> sortingComparator)
          Sets the comparator used for sorting the messages.
 



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