Module org.apache.wicket.core
Package org.apache.wicket.feedback
package org.apache.wicket.feedback
Classes related to showing user feedback, generally as the result of form submission and/or validation.
-
ClassDescriptionFilter for accepting feedback messages for a particular component.Filter for child-of relationshipThe default message filter used to cleanup feedback messages.Filter for accepting feedback messages with minimum level.Filter for accepting feedback messages of a certain error level.Collects feedback messages from all the places where they can be stored.Postpone calling
IFeedback.beforeRender()
after other components.Represents a generic message meant for the end-user/ pages.Holds list of feedback messages.Model for extracting feedback messages.A specialized feedback panel that only displays messages from inside a fence defined by a container component.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.Implementations of this interface can contributefeedback messages
Interface for filtering feedback messages.