wicket
Interface IFeedbackBoundary

All Known Implementing Classes:
Form, Page

public interface IFeedbackBoundary

Tagging interface to be able to create different levels of feedback message collection.

For example, when you have a page with a form, and seperate feedbackpanels for the page level messages and form level messages, you want the collecting of messages for the page to stop with the form component, because otherwise you will see duplicates.

Author:
Eelco Hillenius



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