A DialogBox can be *modal* or *modeless*: 
http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/DialogBox.html#DialogBox(boolean,
 
boolean)

In the Showcase, it's created using the default (no-arg) constructor, which 
makes it a modal dialog box that does *not* auto-hide. Moreover, it's setup 
with *glass 
enabled<http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/PopupPanel.html#isGlassEnabled()>
*, with a style that makes it gray-out the rest of the page; but again 
that's just one option.

There's no "collapsible dialog box" in GWT, but you might be able to do it 
by adding a clickhandler to the caption and playing with the dialog content 
in response to click events.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to