Class 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.
  • Field Details

    • contentContainer

      Element contentContainer
      The container that holds the content, includind the children.
    • height

      int height
      The target height when opening, the start height when closing.
    • opening

      boolean opening
      True if the node is opening, false if closing.
  • Method Details