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
 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.
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 ComponentFeedbackMessageFilter.accept(FeedbackMessage message)
           
 boolean ContainerFeedbackMessageFilter.accept(FeedbackMessage message)
           
 boolean ErrorLevelFeedbackMessageFilter.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 © 2004-2009 Apache Software Foundation. All Rights Reserved.