GWT Tk 0.2.3

asquare.gwt.tk.client.ui
Class AlertDialog.HideAndExecuteCommand

java.lang.Object
  extended by asquare.gwt.tk.client.ui.AlertDialog.HideAndExecuteCommand
All Implemented Interfaces:
Command
Enclosing class:
AlertDialog

public static class AlertDialog.HideAndExecuteCommand
extends Object
implements Command

A command wrapper which hides the dialog then executes a wrapped command.


Constructor Summary
AlertDialog.HideAndExecuteCommand(ModalDialog dialog, Command command)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertDialog.HideAndExecuteCommand

public AlertDialog.HideAndExecuteCommand(ModalDialog dialog,
                                         Command command)
Method Detail

execute

public void execute()
Specified by:
execute in interface Command

GWT Tk 0.2.3

© 2007 Mat Gessel