Uses of Interface
com.google.gwt.view.client.TreeViewModel
-
Packages that use TreeViewModel Package Description 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 Modifier and Type Method Description TreeViewModel
AbstractCellTree. getTreeViewModel()
Get theTreeViewModel
that backs this tree.Constructors in com.google.gwt.user.cellview.client with parameters of type TreeViewModel Constructor Description AbstractCellTree(TreeViewModel viewModel)
Construct a newCellTree
with the specifiedTreeViewModel
and root value.Builder(TreeViewModel viewModel, T rootValue)
Construct a newCellBrowser.Builder
.CellBrowser(TreeViewModel viewModel, T rootValue)
Deprecated.please useCellBrowser.Builder
CellBrowser(TreeViewModel viewModel, T rootValue, CellBrowser.Resources resources)
Deprecated.please useCellBrowser.Builder
CellTree(TreeViewModel viewModel, T rootValue)
Construct a newCellTree
.CellTree(TreeViewModel viewModel, T rootValue, CellTree.Resources resources)
Construct a newCellTree
.CellTree(TreeViewModel viewModel, T rootValue, CellTree.Resources resources, CellTree.CellTreeMessages messages)
Construct a newCellTree
.CellTree(TreeViewModel viewModel, T rootValue, CellTree.Resources resources, CellTree.CellTreeMessages messages, int defaultNodeSize)
Construct a newCellTree
.
-