Java com.google.gwt.user.client.ui DialogBox fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client.ui DialogBox fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client.ui DialogBox.

The text is from its open source code.

Subclass

com.google.gwt.user.client.ui.DialogBox has subclasses.
Click this link to see all its subclasses.

Constructor

DialogBox()
Creates an empty dialog box.
DialogBox(boolean autoHide)
Creates an empty dialog box specifying its "auto-hide" property.
DialogBox(Caption captionWidget)
Creates an empty dialog box specifying its Caption .
DialogBox(boolean autoHide, boolean modal)
Creates an empty dialog box specifying its "auto-hide" and "modal" properties.
DialogBox(boolean autoHide, boolean modal, Caption captionWidget)
Creates an empty dialog box specifying its "auto-hide", "modal" properties and an implementation a custom Caption .

Method

voidclear()
CaptiongetCaption()
Provides access to the dialog's caption.
StringgetText()
WidgetgetWidget()
voidhide()
voidsetHTML(SafeHtml html)
Sets the html string inside the caption by calling its #setHTML(SafeHtml) method.
voidsetHTML(String html)
Sets the html string inside the caption by calling its #setHTML(SafeHtml) method.
voidsetText(String text)
Sets the text inside the caption by calling its #setText(String) method.
voidsetWidget(Widget w)
voidshow()