org.wicketstuff.modalx
Interface IWindowCloseListener


public interface IWindowCloseListener

Class Name : IWindowCloseListener Diagram : Wicket Generic Modal Windows Project : Echobase framework Type : interface Interface for listeners of the window close event. A window close event is generated whenever a ModalContentWindow is closed. If you have a parent page, panel or form that you wish to be notified when a child ModalForm is closed make that parent implement IWindowCloseListener and pass it as the IWindowCloseListener parameter in the constructor.

Author:
Chris Colman

Method Summary
 void windowClosed(Panel panel, AjaxRequestTarget target)
          Called when the ModalContentWindow is closed.
 

Method Detail

windowClosed

void windowClosed(Panel panel,
                  AjaxRequestTarget target)
Called when the ModalContentWindow is closed.



Copyright © 2007–2014. All rights reserved.