Uses of Class
com.google.gwt.user.client.ui.TabBar
-
Packages that use TabBar Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of TabBar in com.google.gwt.user.client.ui
Subclasses of TabBar in com.google.gwt.user.client.ui Modifier and Type Class Description classDecoratedTabBarATabBarthat wraps each tab in a 2x3 grid (six box), which allows users to add rounded corners.Methods in com.google.gwt.user.client.ui that return TabBar Modifier and Type Method Description TabBarTabPanel. getTabBar()Gets the tab bar within this tab panel.Methods in com.google.gwt.user.client.ui with parameters of type TabBar Modifier and Type Method Description static voidListenerWrapper.WrappedTabListener. add(TabBar source, TabListener listener)Deprecated.will be removed in GWT 2.0 along with the listener classes
-