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

Packages that use IFeedback
org.apache.wicket.feedback Classes related to showing user feedback, generally as the result of form submission and/or validation. 
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.feedback
 

Classes in org.apache.wicket.feedback that implement IFeedback
 class FencedFeedbackPanel
          A specialized feedback panel that only displays messages from inside a fence defined by a container component.
 

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 © 2006–2014 Apache Software Foundation. All rights reserved.