GWT 2.2-M1

Uses of Interface
com.google.gwt.user.client.ui.HasAnimation

Packages that use HasAnimation
com.google.gwt.logging.client Log handlers and related classes for java.util.logging support in GWT. 
com.google.gwt.user.cellview.client The "cellview" widget set. 
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of HasAnimation in com.google.gwt.logging.client
 

Classes in com.google.gwt.logging.client that implement HasAnimation
 class LoggingPopup
          A simple popup to show log messages, which can be resized, minimized, and dragged to a different location.
 

Uses of HasAnimation in com.google.gwt.user.cellview.client
 

Classes in com.google.gwt.user.cellview.client that implement HasAnimation
 class CellBrowser
          A "browsable" view of a tree in which only a single node per level may be open at one time.
 class CellTree
          A view of a tree.
 

Uses of HasAnimation in com.google.gwt.user.client.ui
 

Classes in com.google.gwt.user.client.ui that implement HasAnimation
 class DeckPanel
          A panel that displays all of its child widgets in a 'deck', where only one can be visible at a time.
 class DecoratedPopupPanel
           A PopupPanel that wraps its content in a 3x3 grid, which allows users to add rounded corners.
 class DecoratedTabPanel
          A TabPanel that uses a DecoratedTabBar with rounded corners.
 class DialogBox
          A form of popup that has a caption area at the top and can be dragged by the user.
 class DisclosurePanel
          A widget that consists of a header and a content panel that discloses the content when a user clicks on the header.
 class MenuBar
          A standard menu bar widget.
 class PopupPanel
          A panel that can "pop up" over other widgets.
 class SuggestBox
          A SuggestBox is a text box or text area which displays a pre-configured set of selections that match the user's input.
static class SuggestBox.DefaultSuggestionDisplay
           The default implementation of SuggestBox.SuggestionDisplay displays suggestions in a PopupPanel beneath the SuggestBox.
 class TabPanel
          A panel that represents a tabbed set of pages, each of which contains another widget.
 class Tree
          A standard hierarchical tree widget.
 


GWT 2.2-M1