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 HasAnimationAWidgetthat 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 booleanisAnimationEnabled()Returns true if animations are enabled, false if not.voidsetAnimationEnabled(boolean enable)Enable or disable animations.
-