Uses of Interface
com.google.gwt.user.client.ui.DialogBox.Caption
-
Packages that use DialogBox.Caption Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of DialogBox.Caption in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement DialogBox.Caption Modifier and Type Class Description static class
DialogBox.CaptionImpl
Default implementation of Caption.Methods in com.google.gwt.user.client.ui that return DialogBox.Caption Modifier and Type Method Description DialogBox.Caption
DialogBox. getCaption()
Provides access to the dialog's caption.Constructors in com.google.gwt.user.client.ui with parameters of type DialogBox.Caption Constructor Description DialogBox(boolean autoHide, boolean modal, DialogBox.Caption captionWidget)
Creates an empty dialog box specifying its "auto-hide", "modal" properties and an implementation a customDialogBox.Caption
.DialogBox(DialogBox.Caption captionWidget)
Creates an empty dialog box specifying itsDialogBox.Caption
.
-