Interface Tree.Resources

All Superinterfaces:
ClientBundle
Enclosing class:
Tree

public static interface Tree.Resources extends ClientBundle
A ClientBundle that provides images for this widget.
  • Method Details

    • treeClosed

      ImageResource treeClosed()
      An image indicating a closed branch.
    • treeLeaf

      ImageResource treeLeaf()
      An image indicating a leaf.
    • treeOpen

      ImageResource treeOpen()
      An image indicating an open branch.