Interface AlertPopupView

  • All Superinterfaces:
    com.google.gwt.user.client.ui.IsWidget
    All Known Implementing Classes:
    AlertPopupViewImpl

    public interface AlertPopupView
    extends com.google.gwt.user.client.ui.IsWidget
    A simple popup that alerts Users to a message. Equivalent to Window.alert(String).
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void alert​(String title, String message)
      Shows the popup with associated title and message.
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
    • Method Detail

      • alert

        void alert​(String title,
                   String message)
        Shows the popup with associated title and message.
        Parameters:
        title - The title of the popup
        message - The message to show