InterviewSolution
Saved Bookmarks
| 1. |
What is DialogBox in GWT? |
|
Answer» This widget represents a form of popup that has a caption area at the top and can be dragged by the user. Unlike a PopupPanel, calls to PopupPanel.setWidth(String) and PopupPanel.setHeight(String) will set the width and height of the dialog box itself, even if a widget has not been added as yet. |
|