Interface CustomDialogDelegate

All Known Implementing Classes:
BaseCustomDialogDelegate

public interface CustomDialogDelegate
  • Method Details

    • createCustomDialog

      void createCustomDialog(CustomPanelAPI panel, CustomDialogDelegate.CustomDialogCallback callback)
    • hasCancelButton

      boolean hasCancelButton()
      Note: customDialogCancel() will still be called if the Escape key is pressed
      Returns:
    • getConfirmText

      String getConfirmText()
    • getCancelText

      String getCancelText()
    • customDialogConfirm

      void customDialogConfirm()
    • customDialogCancel

      void customDialogCancel()
    • getCustomPanelPlugin

      CustomUIPanelPlugin getCustomPanelPlugin()