public static interface ModalWindow.CloseButtonCallback extends org.apache.wicket.util.io.IClusterable
ModalWindow.setCloseButtonCallback(ModalWindow.CloseButtonCallback), no
ajax request will be fired. Clicking the button will just close the window.| Modifier and Type | Method and Description |
|---|---|
boolean |
onCloseButtonClicked(AjaxRequestTarget target)
Methods invoked after the button has been clicked.
|
boolean onCloseButtonClicked(AjaxRequestTarget target)
AjaxRequestTarget instance is
available.target - AjaxRequestTarget instance bound
with the ajax request.Copyright © 2006–2015 Apache Software Foundation. All rights reserved.