GWT 2.7.0

Uses of Class
com.google.gwt.user.cellview.client.CellTree.NodeAnimation

Packages that use CellTree.NodeAnimation
com.google.gwt.user.cellview.client The "cellview" widget set. 
 

Uses of CellTree.NodeAnimation in com.google.gwt.user.cellview.client
 

Subclasses of CellTree.NodeAnimation in com.google.gwt.user.cellview.client
static class CellTree.RevealAnimation
          A CellTree.NodeAnimation that reveals the contents of child nodes.
static class CellTree.SlideAnimation
          A CellTree.NodeAnimation that slides children into view.
 

Methods in com.google.gwt.user.cellview.client that return CellTree.NodeAnimation
 CellTree.NodeAnimation CellTree.getAnimation()
          Get the animation used to open and close nodes in this tree if animations are enabled.
 

Methods in com.google.gwt.user.cellview.client with parameters of type CellTree.NodeAnimation
 void CellTree.setAnimation(CellTree.NodeAnimation animation)
          Set the animation used to open and close nodes in this tree.
 


GWT 2.7.0