public interface

HasAnimation

com.google.gwt.user.client.ui.HasAnimation
Known Indirect Subclasses

Class Overview

A Widget that uses an animation should implement this class so users can enable or disable animations.

Summary

Public Methods
abstract boolean isAnimationEnabled()
Returns true if animations are enabled, false if not.
abstract void setAnimationEnabled(boolean enable)
Enable or disable animations.

Public Methods

public abstract boolean isAnimationEnabled ()

Returns true if animations are enabled, false if not.

public abstract void setAnimationEnabled (boolean enable)

Enable or disable animations.

Parameters
enable true to enable, false to disable