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

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
              extended by com.google.gwt.user.cellview.client.CellTree.SlideAnimation
Enclosing class:
CellTree

public static class CellTree.SlideAnimation
extends CellTree.RevealAnimation

A CellTree.NodeAnimation that slides children into view.


Method Summary
static CellTree.SlideAnimation 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.SlideAnimation create()
Create a new CellTree.RevealAnimation.

Returns:
the new animation