Class FeedbackDelay

java.lang.Object
org.apache.wicket.feedback.FeedbackDelay
All Implemented Interfaces:
Serializable, AutoCloseable

public class FeedbackDelay extends Object implements Serializable, AutoCloseable
Postpone calling IFeedback.beforeRender() after other components.

This gives other Component.beforeRender() the possibility to report feedbacks, which can then be collected by IFeedbacks afterwards.

See Also: