Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
DialogBox.CaptionImpl
Default implementation of Caption.
|
Modifier and Type | Method and Description |
---|---|
DialogBox.Caption |
DialogBox.getCaption()
Provides access to the dialog's caption.
|
Constructor and Description |
---|
DialogBox(boolean autoHide,
boolean modal,
DialogBox.Caption captionWidget)
Creates an empty dialog box specifying its "auto-hide", "modal" properties
and an implementation a custom
DialogBox.Caption . |
DialogBox(DialogBox.Caption captionWidget)
Creates an empty dialog box specifying its
DialogBox.Caption . |