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()
           
 

Methods in org.apache.wicket that return types with arguments of type FeedbackMessage
 java.util.List<FeedbackMessage> Component.getFeedbackMessages()
           
 

Uses of FeedbackMessage in org.apache.wicket.feedback
 

Methods in org.apache.wicket.feedback that return FeedbackMessage
 FeedbackMessage FeedbackMessages.messageForComponent(Component component)
          Deprecated. use FeedbackMessages.messagesForComponent(org.apache.wicket.Component) instead
 

Methods in org.apache.wicket.feedback that return types with arguments of type FeedbackMessage
 java.util.List<FeedbackMessage> FeedbackMessagesModel.getObject()
           
 java.util.Comparator<FeedbackMessage> FeedbackMessagesModel.getSortingComparator()
           
 java.util.Iterator<FeedbackMessage> FeedbackMessages.iterator()
          Gets an iterator over stored messages
 java.util.List<FeedbackMessage> FeedbackMessages.messages(IFeedbackMessageFilter filter)
          Gets a list of messages from the page using a filter.
 java.util.List<FeedbackMessage> FeedbackMessages.messagesForComponent(Component component)
          Looks up the messages for the given component.
protected  java.util.List<FeedbackMessage> FeedbackMessagesModel.processMessages(java.util.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  java.util.List<FeedbackMessage> FeedbackMessagesModel.processMessages(java.util.List<FeedbackMessage> messages)
          Override this method to post process to the FeedbackMessage list.
 void FeedbackMessagesModel.setObject(java.util.List<FeedbackMessage> object)
           
 FeedbackMessagesModel FeedbackMessagesModel.setSortingComparator(java.util.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  java.util.List<FeedbackMessage> FeedbackPanel.getCurrentMessages()
          Gets the currently collected messages for this panel.
 java.util.Comparator<FeedbackMessage> FeedbackPanel.getSortingComparator()
           
 

Methods in org.apache.wicket.markup.html.panel with parameters of type FeedbackMessage
protected  java.lang.String FeedbackPanel.getCSSClass(FeedbackMessage message)
          Gets the css class for the given message.
protected  Component FeedbackPanel.newMessageDisplayComponent(java.lang.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(java.util.Comparator<FeedbackMessage> sortingComparator)
          Sets the comparator used for sorting the messages.
 



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