There are several objects I have where from the list of objects, when one is selected, I'd like to simply open up a new window (DialogBox?) that can popup within the browser window to show the details about the selected object, allowing it to be viewed in full, modified/saved, create a new object like it, or delete it.
Is there a GWT widget that's geared for this, with a "close" box in the upper right corner, etc.? It might be nice if it can be resized so if the user wants to bring up two objects, he can compare them side- by-side. Clearly, it's not modal and should not close until dismissed. I'd prefer not to create new browser Windows because that implies a new EntryPoint, etc. I'd like to just keep it within my single page view. Thanks! -- 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-tool...@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=.