Package org.apache.wicket.feedback
Interface IFeedback
-
- All Known Implementing Classes:
ComponentFeedbackPanel,FeedbackPanel,FencedFeedbackPanel,FormComponentFeedbackBorder,FormComponentFeedbackIndicator
public interface IFeedbackInterface 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'sComponent.beforeRender()must be called after all non feedback components have been initialized.- Author:
- Jonathan Locke, Eelco Hillenius
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbeforeRender()
-