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.IsWidgetA simple popup that alerts Users to a message. Equivalent toWindow.alert(String).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidalert(String title, String message)Shows the popup with associated title and message.
-