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

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

The text is from its open source code.

Subclass

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

Constructor

Method

voidadd(IsWidget w, IsWidget tab)
Convenience overload to allow IsWidget to be used directly.
voidadd(IsWidget w, String text)
Convenience overload to allow IsWidget to be used directly.
voidadd(Widget child, String text)
Adds a widget to the panel.
voidadd(Widget child, SafeHtml html)
Adds a widget to the panel.
voidadd(Widget child, Widget tab)
Adds a widget to the panel.
HandlerRegistrationaddSelectionHandler(SelectionHandler handler)
voidclear()
WidgetgetWidget(int index)
Returns the widget at the given index.
intgetWidgetCount()
Returns the number of tabs and widgets.
voidinsert(IsWidget child, IsWidget tab, int beforeIndex)
Convenience overload to allow IsWidget to be used directly.
voidinsert(IsWidget child, String text, int beforeIndex)
Convenience overload to allow IsWidget to be used directly.
voidinsert(Widget child, SafeHtml html, int beforeIndex)
Inserts a widget into the panel.
voidinsert(Widget child, String text, int beforeIndex)
Inserts a widget into the panel.
voidinsert(Widget child, Widget tab, int beforeIndex)
Inserts a widget into the panel.
voidinsert(final Widget child, Tab tab, int beforeIndex)
voidselectTab(int index)
Programmatically selects the specified tab and fires events.
voidselectTab(IsWidget child)
Convenience overload to allow IsWidget to be used directly.
voidselectTab(Widget child)
Programmatically selects the specified tab and fires events.
voidsetAnimationDuration(int duration)
Set the duration of the animated transition between tabs.