The class to use is DialogBox or PopupPanel and both are pretty straightforward to use. You just create an instance of DialogBox (or PopupPanel), make calls to the set methods you need (setTitle(,,,), setText(...), setAnimationEnabled(...), setGlassEnabled(...), addStyleName(...), setWidget(...) etc) and then call the DialogBox's show() or center() method to show it and the DialogBox's hide() method to hide it.
The only differences I see right now (I'm sure there are others) is that a DialogBox can be dragged around by the user and a PopupPanel on the other hand has an auto-hide property which could be handy.
Showing posts with label google web toolkit. Show all posts
Showing posts with label google web toolkit. Show all posts
Friday, 9 September 2011
Wednesday, 15 December 2010
Google Web Toolkit Introduction Tutorial
Working through the GWT Introduction Tutorial using Eclipse to write a simple 'StockWatcher' AJAX application, which includes (1) Creating a GWT Project; (2) Design the Application; (3) Building the User Interface; (4) Managing Events on the Client; (5) Coding Functionality on the Client; (6) Debugging the GWT Application; (7) Applying style; and (8) Compiling the GWT Application.
Subscribe to:
Comments (Atom)