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

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

The text is from its open source code.

Subclass

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

Constructor

TabPanel()
Creates an empty tab panel.

Method

voidadd(IsWidget w, IsWidget tabWidget)
Convenience overload to allow IsWidget to be used directly.
voidadd(IsWidget w, String tabText)
Convenience overload to allow IsWidget to be used directly.
voidadd(Widget w, String tabText)
Adds a widget to the tab panel.
voidadd(Widget w, Widget tabWidget)
Adds a widget to the tab panel.
voidadd(Widget w)
voidadd(IsWidget w, String tabText, boolean asHTML)
Convenience overload to allow IsWidget to be used directly.
voidadd(Widget w, String tabText, boolean asHTML)
Adds a widget to the tab panel.
HandlerRegistrationaddBeforeSelectionHandler(BeforeSelectionHandler handler)
HandlerRegistrationaddSelectionHandler(SelectionHandler handler)
voidaddTabListener(TabListener listener)
voidclear()
DeckPanelgetDeckPanel()
Gets the deck panel within this tab panel.
TabBargetTabBar()
Gets the tab bar within this tab panel.
WidgetgetWidget(int index)
intgetWidgetCount()
intgetWidgetIndex(IsWidget child)
Convenience overload to allow IsWidget to be used directly.
intgetWidgetIndex(Widget widget)
voidinsert(IsWidget widget, IsWidget tabWidget, int beforeIndex)
Convenience overload to allow IsWidget to be used directly.
voidinsert(IsWidget widget, String tabText, int beforeIndex)
Convenience overload to allow IsWidget to be used directly.
voidinsert(Widget widget, String tabText, int beforeIndex)
Inserts a widget into the tab panel.
voidinsert(Widget widget, Widget tabWidget, int beforeIndex)
Inserts a widget into the tab panel.
booleanremove(int index)
booleanremove(Widget widget)
Removes the given widget, and its associated tab.
voidselectTab(int index)
Programmatically selects the specified tab and fires events.
voidsetAnimationEnabled(boolean enable)