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

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

The text is from its open source code.

Subclass

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

Constructor

StackPanel()
Creates an empty stack panel.

Method

voidadd(Widget w, SafeHtml stackHtml)
Adds a new child with the given widget and header, optionally interpreting the header as HTML.
voidadd(Widget w, String stackText)
Adds a new child with the given widget and header.
voidadd(Widget w, @IsSafeHtml String stackText, boolean asHTML)
Adds a new child with the given widget and header, optionally interpreting the header as HTML.
WidgetgetWidget(int index)
intgetWidgetCount()