Package com.google.gwt.user.client.ui
Interface HasAnimation
-
- All Known Implementing Classes:
CellBrowser
,CellTree
,DeckPanel
,DecoratedPopupPanel
,DecoratedTabPanel
,DialogBox
,DisclosurePanel
,LoggingPopup
,MenuBar
,PopupPanel
,SuggestBox
,SuggestBox.DefaultSuggestionDisplay
,TabPanel
,Tree
public interface HasAnimation
AWidget
that uses an animation should implement this class so users can enable or disable animations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAnimationEnabled()
Returns true if animations are enabled, false if not.void
setAnimationEnabled(boolean enable)
Enable or disable animations.
-