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

Example usage for Java com.google.gwt.user.client.ui CaptionPanel 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 CaptionPanel.

The text is from its open source code.

Subclass

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

Constructor

CaptionPanel(SafeHtml caption)
Constructs a CaptionPanel with specified caption text.
CaptionPanel(String captionText)
Constructs a CaptionPanel with specified caption text.
CaptionPanel()
Constructs a CaptionPanel with an empty caption.
CaptionPanel(String caption, boolean asHTML)
Constructs a CaptionPanel having the specified caption.

Method

voidadd(Widget w)
voidadd(IsWidget w)
Overloaded version for IsWidget.
voidsetCaptionHTML(String html)
Sets the caption for the panel using an HTML fragment.
voidsetCaptionHTML(SafeHtml html)
Sets the caption for the panel using a SafeHtml string.
voidsetCaptionText(String text)
Sets the caption for the panel using text that will be automatically escaped.
voidsetContentWidget(Widget w)
Sets or replaces the content widget within the CaptionPanel.