Uses of Package
wicket.feedback

Packages that use wicket.feedback
wicket The core Wicket package. 
wicket.feedback Classes related to showing user feedback, generally as the result of form submission and/or validation. 
wicket.markup.html.form.validation Support for form validation. 
wicket.markup.html.panel Panel components. 
 

Classes in wicket.feedback used by wicket
FeedbackMessage
          Represents a generic message meant for the end-user/ pages.
FeedbackMessages
          Holds list of feedback messages.
 

Classes in wicket.feedback used by wicket.feedback
FeedbackMessage
          Represents a generic message meant for the end-user/ pages.
IFeedbackMessageFilter
          Interface for filtering feedback messages
 

Classes in wicket.feedback used by wicket.markup.html.form.validation
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
 

Classes in wicket.feedback used by wicket.markup.html.panel
FeedbackMessage
          Represents a generic message meant for the end-user/ pages.
FeedbackMessagesModel
          Model for extracting feedback messages.
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
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.