Uses of Interface
wicket.feedback.IFeedback

Packages that use IFeedback
wicket.markup.html.form.validation Support for form validation. 
wicket.markup.html.panel Panel components. 
 

Uses of IFeedback in wicket.markup.html.form.validation
 

Classes in wicket.markup.html.form.validation that implement IFeedback
 class FormComponentFeedbackBorder
          A border that can be placed around a form component to indicate when the bordered child/children has a validation error.
 class FormComponentFeedbackIndicator
          A panel that hides or shows itself depending on whether there are feedback messages for a given message filter.
 

Uses of IFeedback in wicket.markup.html.panel
 

Classes in wicket.markup.html.panel that implement IFeedback
 class ComponentFeedbackPanel
          Convenience feedback panel that filters the feedback messages based on the component given in the constructor.
 class FeedbackPanel
          A panel that displays FeedbackMessages in a list view.
 



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