Interface ModalWindow.CloseButtonCallback

    • Method Detail

      • onCloseButtonClicked

        boolean onCloseButtonClicked​(AjaxRequestTarget target)
        Methods invoked after the button has been clicked. The invocation is done using an ajax call, so AjaxRequestTarget instance is available.
        Parameters:
        target - AjaxRequestTarget instance bound with the ajax request.
        Returns:
        True if the window can be closed (will close the window), false otherwise