Interface I_CmsConfirmDialogHandler

All Superinterfaces:
I_CmsCloseDialogHandler

Handles the clicks on the 'OK' and 'Cancel' buttons of the dialog.

Since:
8.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Function to be called on click on the 'OK' button of the dialog.

    Methods inherited from interface org.opencms.gwt.client.ui.I_CmsCloseDialogHandler

    onClose
  • Method Details

    • onOk

      void onOk()
      Function to be called on click on the 'OK' button of the dialog. The dialog will be closed afterwards.