public interface TethysUIAlert
Alert.
  • Method Details

    • setTitle

      void setTitle(String pTitle)
      Set the title.
      Parameters:
      pTitle - the title
    • setMessage

      void setMessage(String pMessage)
      Set the message.
      Parameters:
      pMessage - the message
    • confirmYesNo

      boolean confirmYesNo()
      Confirm with the user Yes/No.
      Returns:
      was Yes selected? true/false
    • confirmOKCancel

      boolean confirmOKCancel()
      Confirm with the use OK/Cancel.
      Returns:
      was OK selected? true/false
    • showError

      void showError()
      Show error.
    • showWarning

      void showWarning()
      Show warning.
    • showInfo

      void showInfo()
      Show information.