Interface ModalWindow.WindowClosedCallback

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onClose​(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 - AjaxRequestTarget instance bound with the ajax request.