Uses of Interface
com.google.gwt.view.client.TreeViewModel
-
Uses of TreeViewModel in com.google.gwt.user.cellview.client
Modifier and TypeMethodDescriptionAbstractCellTree.getTreeViewModel()
Get theTreeViewModel
that backs this tree.ModifierConstructorDescriptionAbstractCellTree
(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.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
.
CellBrowser.Builder