GWT 2.7.0

Uses of Interface
com.google.gwt.user.client.ui.DialogBox.Caption

Packages that use DialogBox.Caption
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
static class DialogBox.CaptionImpl
          Default implementation of Caption.
 

Methods in com.google.gwt.user.client.ui that return DialogBox.Caption
 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
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.
 


GWT 2.7.0