GWT 2.0.3

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.


Method Summary
 boolean isAnimationEnabled()
           
 void setAnimationEnabled(boolean enable)
          Enable or disable animations.
 

Method Detail

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

GWT 2.0.3