Interface I_CmsAcceptDeclineCancelHandler

All Superinterfaces:
I_CmsCloseDialogHandler

Handles the clicks on the 'Yes', 'No' and 'Cancel' buttons of the dialog.

Since:
8.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executed on accept click.
    void
    Executed on decline click.

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

    onClose
  • Method Details

    • onAccept

      void onAccept()
      Executed on accept click.

    • onDecline

      void onDecline()
      Executed on decline click.