Package org.apache.wicket.feedback

Classes related to showing user feedback, generally as the result of form submission and/or validation.

See:
          Description

Interface Summary
IFeedback Interface for components that present some kind of feedback to the user, normally based on the feedback messages attached to various components on a given page.
IFeedbackMessageFilter Interface for filtering feedback messages.
 

Class Summary
ComponentFeedbackMessageFilter Filter for accepting feedback messages for a particular component.
ContainerFeedbackMessageFilter Filter for child-of relationship
ErrorLevelFeedbackMessageFilter Filter for accepting feedback messages of a certain error level.
FeedbackMessage Represents a generic message meant for the end-user/ pages.
FeedbackMessages Holds list of feedback messages.
FeedbackMessagesModel Model for extracting feedback messages.
 

Package org.apache.wicket.feedback Description

Classes related to showing user feedback, generally as the result of form submission and/or validation.



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