com.google.gwt.user.client.ui
Interface HasAnimation
- All Known Implementing Classes:
- DeckPanel, DecoratedPopupPanel, DecoratedTabPanel, DialogBox, DisclosurePanel, MenuBar, PopupPanel, SuggestBox, TabPanel, Tree
public interface HasAnimation
A Widget
that uses an animation should implement this class so users
can enable or disable animations.
isAnimationEnabled
boolean isAnimationEnabled()
- Returns:
- true if animations are enabled, false if not
setAnimationEnabled
void setAnimationEnabled(boolean enable)
- Enable or disable animations.
- Parameters:
enable
- true to enable, false to disable