Interface BaseModal.WindowClosedCallback
- All Superinterfaces:
IClusterable
,Serializable
- Enclosing class:
BaseModal<T extends Serializable>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback called after the window has been closed. If no callback instance is specified using
BaseModal.setWindowClosedCallback(BaseModal.WindowClosedCallback)
, no ajax
request will be fired.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onClose
(AjaxRequestTarget target) Called after the window has been closed.
-
Method Details
-
onClose
Called after the window has been closed.- Parameters:
target
-AjaxRequestTarget
instance bound with the ajax request.
-