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 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 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
-
instance bound with the ajax request.AjaxRequestTarget
-
-