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 usingModalWindow.setWindowClosedCallback(ModalWindow.WindowClosedCallback), no ajax request will be fired.- Author:
- Matej Knopp
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonClose(org.apache.wicket.ajax.AjaxRequestTarget target)Called after the window has been closed.
-
-
-
Method Detail
-
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
-
-