- All Known Implementing Classes:
ComponentFeedbackPanel
,FeedbackPanel
,FencedFeedbackPanel
,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 tells Wicket that a component's
Component.beforeRender()
must be called after all non
feedback components have been initialized.- Author:
- Jonathan Locke, Eelco Hillenius
-
Method Summary
-
Method Details
-
beforeRender
void beforeRender()
-