GWT Tk 0.2.3

Uses of Class
asquare.gwt.tk.client.ui.AlertDialog

Packages that use AlertDialog
asquare.gwt.tk.client.ui   
 

Uses of AlertDialog in asquare.gwt.tk.client.ui
 

Methods in asquare.gwt.tk.client.ui that return AlertDialog
static AlertDialog AlertDialog.createError(Command okCommand, String captionText, String message)
          Creates a high severity "stop" modal dialog with an OK button.
static AlertDialog AlertDialog.createInfo(Command okCommand, String captionText, String message)
          Creates a low severity modal dialog with an OK button.
static AlertDialog AlertDialog.createWarning(Command okCommand, String captionText, String message)
          Creates a medium severity modal dialog with a OK and Cancel buttons.
 


GWT Tk 0.2.3

© 2007 Mat Gessel