Class CustomAlerts

java.lang.Object
cz.zcu.fav.kiv.mjakubas.saf.gui.alert.CustomAlerts

public class CustomAlerts extends Object
Defines custom alerts for application
  • Constructor Details

    • CustomAlerts

      public CustomAlerts()
  • Method Details

    • showInfoAlert

      public static void showInfoAlert(String localisedHeader, String localisedContent)
      Info alert.
    • showErrorAlert

      public static void showErrorAlert(String localisedHeader, String errorMessage)
      Error alert.