com.google.gwt.user.cellview.client
Class CellTree.RevealAnimation

java.lang.Object
  extended by com.google.gwt.animation.client.Animation
      extended by com.google.gwt.user.cellview.client.CellTree.NodeAnimation
          extended by com.google.gwt.user.cellview.client.CellTree.RevealAnimation
Direct Known Subclasses:
CellTree.SlideAnimation
Enclosing class:
CellTree

public static class CellTree.RevealAnimation
extends CellTree.NodeAnimation

A CellTree.NodeAnimation that reveals the contents of child nodes.


Method Summary
static CellTree.RevealAnimation create()
          Create a new CellTree.RevealAnimation.
 
Methods inherited from class com.google.gwt.user.cellview.client.CellTree.NodeAnimation
getDuration, setDuration
 
Methods inherited from class com.google.gwt.animation.client.Animation
cancel, run, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static CellTree.RevealAnimation create()
Create a new CellTree.RevealAnimation.

Returns:
the new animation