Uses of Interface
org.apache.wicket.feedback.IFeedback

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

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

Classes in org.apache.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 org.apache.wicket.markup.html.panel
 

Classes in org.apache.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-2011 Apache Software Foundation. All Rights Reserved.