Interface IDialogListener

    • Method Detail

      • onClick

        void onClick​(org.apache.wicket.ajax.AjaxRequestTarget target,
                     DialogButton button)
        Triggered when a button is clicked. This method may be overridden to handle button behaviors, but the dialog will not been closed until super.onClick(event) or DialogBehavior.close(IPartialPageRequestHandler) is called.
        Parameters:
        target - the AjaxRequestTarget
        button - the button that closed the dialog
      • onClose

        void onClose​(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler,
                     DialogButton button)
        Triggered when the dialog closes.
        Parameters:
        handler - the IPartialPageRequestHandler
        button - the button that closed the dialog