Class CellTreeNodeView.TreeNodeImpl

java.lang.Object
com.google.gwt.user.cellview.client.CellTreeNodeView.TreeNodeImpl
All Implemented Interfaces:
TreeNode
Enclosing class:
CellTreeNodeView<T>

static class CellTreeNodeView.TreeNodeImpl extends Object implements TreeNode
An implementation of TreeNode that delegates to a CellTreeNodeView. This class is intentionally static because we might move it to a new CellTreeNodeView, and we don't want non-static references to the old CellTreeNodeView.