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.

Author:
Jonathan Locke, Eelco Hillenius

Method Summary
 void updateFeedback()
          This method is called on any component implementing IFeedback when it is time for the component to update its feedback display
 

Method Detail

updateFeedback

void updateFeedback()
This method is called on any component implementing IFeedback when it is time for the component to update its feedback display



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