org.apache.wicket.feedback
Interface IFeedback

All Known Implementing Classes:
ComponentFeedbackPanel, FeedbackPanel, FormComponentFeedbackBorder, FormComponentFeedbackIndicator

public interface 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. This is basically a marker interface that tells Wicket that this component's onBeforeRender method must be called after all non feedback components have been initialized.

Author:
Jonathan Locke, Eelco Hillenius



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.