wicket
Interface IFeedback

All Known Implementing Classes:
FeedbackPanel, FormComponentFeedbackBorder

public interface IFeedback

TODO docme

Author:
Jonathan Locke, Eelco Hillenius

Method Summary
 void setCollectingComponent(Component collectingComponent)
          Sets the optional collecting component.
 

Method Detail

setCollectingComponent

public void setCollectingComponent(Component collectingComponent)
Sets the optional collecting component. When this is not set explicitly, the first occurence of IFeedbackBoundary will be searched for higher up in the run-time hierarchy.

Parameters:
collectingComponent - the collecting component


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