wicket.extensions.ajax.markup.html.modal
Interface ModalWindow.WindowClosedCallback
- All Superinterfaces:
- java.io.Serializable
- Enclosing interface:
- ModalWindow
- public static interface ModalWindow.WindowClosedCallback
- extends java.io.Serializable
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(wicket.ajax.AjaxRequestTarget target)
Called after the window has been closed. |
onClose
public void onClose(wicket.ajax.AjaxRequestTarget target)
- Called after the window has been closed.
- Parameters:
target - AjaxRequestTarget instance bound
with the ajax reuqest.
Copyright © 2004-2008 Wicket developers. All Rights Reserved.