GWT 2.4.0

Uses of Interface
com.google.gwt.view.client.TreeViewModel.NodeInfo

Packages that use TreeViewModel.NodeInfo
com.google.gwt.user.cellview.client The "cellview" widget set. 
com.google.gwt.view.client Classes and interfaces used by the cellview widget set. 
 

Uses of TreeViewModel.NodeInfo in com.google.gwt.user.cellview.client
 

Methods in com.google.gwt.user.cellview.client that return TreeViewModel.NodeInfo
protected
<T> TreeViewModel.NodeInfo<?>
AbstractCellTree.getNodeInfo(T value)
          Get the TreeViewModel.NodeInfo that will provide the information to retrieve and display the children of the specified value.
 

Uses of TreeViewModel.NodeInfo in com.google.gwt.view.client
 

Classes in com.google.gwt.view.client that implement TreeViewModel.NodeInfo
static class TreeViewModel.DefaultNodeInfo<T>
          Default implementation of TreeViewModel.DefaultNodeInfo.
 

Methods in com.google.gwt.view.client that return TreeViewModel.NodeInfo
<T> TreeViewModel.NodeInfo<?>
TreeViewModel.getNodeInfo(T value)
          Get the TreeViewModel.DefaultNodeInfo that will provide the ProvidesKey, Cell, and HasData instances to retrieve and display the children of the specified value.
 


GWT 2.4.0