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 class
CellTree.RevealAnimation
ACellTree.NodeAnimation
that reveals the contents of child nodes.static class
CellTree.SlideAnimation
ACellTree.NodeAnimation
that slides children into view.Methods in com.google.gwt.user.cellview.client that return CellTree.NodeAnimation Modifier and Type Method Description 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 Modifier and Type Method Description void
CellTree. setAnimation(CellTree.NodeAnimation animation)
Set the animation used to open and close nodes in this tree.
-