Uses of Interface
com.google.gwt.user.client.ui.DialogBox.Caption
Packages that use DialogBox.Caption
Package
Description
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.CaptionModifier and TypeClassDescriptionstatic class
Default implementation of Caption.Methods in com.google.gwt.user.client.ui that return DialogBox.CaptionModifier and TypeMethodDescriptionDialogBox.getCaption()
Provides access to the dialog's caption.Constructors in com.google.gwt.user.client.ui with parameters of type DialogBox.CaptionModifierConstructorDescriptionDialogBox
(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
.