Uses of Class
com.google.gwt.user.cellview.client.CellTree.NodeAnimation
-
Packages that use CellTree.NodeAnimation Package Description 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 Modifier and Type Class Description static classCellTree.RevealAnimationACellTree.NodeAnimationthat reveals the contents of child nodes.static classCellTree.SlideAnimationACellTree.NodeAnimationthat slides children into view.Methods in com.google.gwt.user.cellview.client that return CellTree.NodeAnimation Modifier and Type Method Description CellTree.NodeAnimationCellTree. 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 Modifier and Type Method Description voidCellTree. setAnimation(CellTree.NodeAnimation animation)Set the animation used to open and close nodes in this tree.
-