GWT 2.7.0

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

Packages that use TreeViewModel
com.google.gwt.user.cellview.client The "cellview" widget set. 
 

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

Methods in com.google.gwt.user.cellview.client that return TreeViewModel
 TreeViewModel AbstractCellTree.getTreeViewModel()
          Get the TreeViewModel that backs this tree.
 

Constructors in com.google.gwt.user.cellview.client with parameters of type TreeViewModel
AbstractCellTree(TreeViewModel viewModel)
          Construct a new CellTree with the specified TreeViewModel and root value.
CellBrowser.Builder(TreeViewModel viewModel, T rootValue)
          Construct a new CellBrowser.Builder.
CellBrowser(TreeViewModel viewModel, T rootValue)
          Deprecated. please use CellBrowser.Builder
CellBrowser(TreeViewModel viewModel, T rootValue, CellBrowser.Resources resources)
          Deprecated. please use CellBrowser.Builder
CellTree(TreeViewModel viewModel, T rootValue)
          Construct a new CellTree.
CellTree(TreeViewModel viewModel, T rootValue, CellTree.Resources resources)
          Construct a new CellTree.
CellTree(TreeViewModel viewModel, T rootValue, CellTree.Resources resources, CellTree.CellTreeMessages messages)
          Construct a new CellTree.
CellTree(TreeViewModel viewModel, T rootValue, CellTree.Resources resources, CellTree.CellTreeMessages messages, int defaultNodeSize)
          Construct a new CellTree.
 


GWT 2.7.0