Class CellTreeNodeView.NodeCellList<C>

java.lang.Object
com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList<C>
Type Parameters:
C - the child item type
All Implemented Interfaces:
HasHandlers, HasCellPreviewHandlers<C>, HasData<C>, HasRows
Enclosing class:
CellTreeNodeView<T>

static class CellTreeNodeView.NodeCellList<C> extends Object implements HasData<C>
The HasData used to show children. 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.