Interface MessageDialog

All Known Implementing Classes:
AbstractModalDialog, ProductAdvancedDialog

public interface MessageDialog
Created by jcoravu on 7/1/2019.
  • Method Details

    • close

      void close()
    • showErrorDialog

      void showErrorDialog(String errorMessage)
    • showErrorDialog

      void showErrorDialog(String message, String title)
    • showInformationDialog

      void showInformationDialog(String infoMessage)
    • showInformationDialog

      void showInformationDialog(String infoMessage, String title)