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

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

The text is from its open source code.

Subclass

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

Constructor

StackLayoutPanel(Unit unit)
Creates an empty stack panel.

Method

voidadd(final Widget widget, SafeHtml header, double headerSize)
Adds a child widget to this stack, along with a widget representing the stack header.
voidadd(final Widget widget, String header, double headerSize)
Adds a child widget to this stack, along with a widget representing the stack header.
voidadd(final Widget widget, Widget header, double headerSize)
Adds a child widget to this stack, along with a widget representing the stack header.
voidadd(final IsWidget widget, IsWidget header, double headerSize)
Overloaded version for IsWidget.
voidadd(final Widget widget, String header, boolean asHtml, double headerSize)
Adds a child widget to this stack, along with a widget representing the stack header.
voidadd(final IsWidget widget, String header, boolean asHtml, double headerSize)
Overloaded version for IsWidget.
HandlerRegistrationaddSelectionHandler(SelectionHandler handler)
intgetWidgetCount()
voidshowWidget(int index)
Shows the widget at the specified index and fires events.
voidshowWidget(Widget child)
Shows the specified widget and fires events.