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
DefaultCleanupFeedbackMessageFilter The default message filter used to cleanup feedback messages.
ErrorLevelFeedbackMessageFilter Filter for accepting feedback messages of a certain error level.
ExactLevelFeedbackMessageFilter Filter for accepting feedback messages of a certain level.
FeedbackCollector Collects feedback messages from all the places where they can be stored.
FeedbackMessage Represents a generic message meant for the end-user/ pages.
FeedbackMessages Holds list of feedback messages.
FeedbackMessagesModel Model for extracting feedback messages.
FencedFeedbackPanel A specialized feedback panel that only displays messages from inside a fence defined by a container component.
 

Package org.apache.wicket.feedback Description

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



Copyright © 2006–2016 Apache Software Foundation. All rights reserved.