org.apache.wicket.extensions.ajax.markup.html.modal
Interface ModalWindow.WindowClosedCallback

All Superinterfaces:
IClusterable, Serializable
Enclosing class:
ModalWindow

public static interface ModalWindow.WindowClosedCallback
extends IClusterable

Callback called after the window has been closed. If no callback instance is specified using ModalWindow.setWindowClosedCallback(ModalWindow.WindowClosedCallback), no ajax request will be fired.

Author:
Matej Knopp

Method Summary
 void onClose(AjaxRequestTarget target)
          Called after the window has been closed.
 

Method Detail

onClose

void onClose(AjaxRequestTarget target)
Called after the window has been closed.

Parameters:
target - AjaxRequestTarget instance bound with the ajax request.


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.