Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DecoratedTabPanel
A
TabPanel that uses a DecoratedTabBar with rounded corners. |
class |
TabPanel
A panel that represents a tabbed set of pages, each of which contains another
widget.
|
Modifier and Type | Method and Description |
---|---|
static void |
ListenerWrapper.WrappedTabListener.add(TabBar source,
TabListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
static void |
ListenerWrapper.WrappedTabListener.add(TabPanel source,
TabListener listener) |
void |
TabPanel.addTabListener(TabListener listener)
|
void |
TabBar.addTabListener(TabListener listener)
Deprecated.
|
void |
SourcesTabEvents.addTabListener(TabListener listener)
|
static void |
ListenerWrapper.WrappedTabListener.remove(Widget eventSource,
TabListener listener) |
void |
TabPanel.removeTabListener(TabListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by and add*Handler method instead |
void |
TabBar.removeTabListener(TabListener listener)
Deprecated.
Instead use the
HandlerRegistration.removeHandler()
call on the object returned by an add*Handler method |
void |
SourcesTabEvents.removeTabListener(TabListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by and add*Handler method instead |