Interface ModalWindow.WindowClosedCallback
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,Serializable
- Enclosing class:
- ModalWindow
public static interface ModalWindow.WindowClosedCallback
extends org.apache.wicket.util.io.IClusterable
Callback called after the window has been closed. If no callback instance is specified using
ModalWindow.setWindowClosedCallback(WindowClosedCallback)
, no ajax
request will be fired.- Author:
- Matej Knopp
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onClose
(org.apache.wicket.ajax.AjaxRequestTarget target) Called after the window has been closed.
-
Method Details
-
onClose
void onClose(org.apache.wicket.ajax.AjaxRequestTarget target) Called after the window has been closed.- Parameters:
target
-
instance bound with the ajax request.AjaxRequestTarget
-