Package org.apache.wicket.feedback
Classes related to showing user feedback, generally as the result of form submission and/or validation.
-
Interface Summary Interface Description 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.IFeedbackContributor Implementations of this interface can contributefeedback messages
IFeedbackMessageFilter Interface for filtering feedback messages. -
Class Summary Class Description ComponentFeedbackMessageFilter Filter for accepting feedback messages for a particular component.ContainerFeedbackMessageFilter Filter for child-of relationshipDefaultCleanupFeedbackMessageFilter The default message filter used to cleanup feedback messages.ErrorLevelFeedbackMessageFilter Filter for accepting feedback messages with minimum level.ExactLevelFeedbackMessageFilter Filter for accepting feedback messages of a certain error level.FeedbackCollector Collects feedback messages from all the places where they can be stored.FeedbackDelay Postpone callingIFeedback.beforeRender()
after other components.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.