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

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

The text is from its open source code.

Constructor

DeckLayoutPanel()
Creates an empty deck panel.

Method

voidadd(Widget w)
intgetWidgetCount()
voidinsert(IsWidget w, int beforeIndex)
voidinsert(Widget widget, int beforeIndex)
voidinsert(Widget widget, Widget before)
Insert a widget before the specified widget.
voidsetAnimationDuration(int duration)
Set the duration of the animated transition between tabs.
voidshowWidget(int index)
Shows the widget at the specified index.
voidshowWidget(Widget widget)
Shows the widget at the specified index.