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 TreeViewModelAbstractCellTree. getTreeViewModel()Get theTreeViewModelthat backs this tree.Constructors in com.google.gwt.user.cellview.client with parameters of type TreeViewModel Constructor Description AbstractCellTree(TreeViewModel viewModel)Construct a newCellTreewith the specifiedTreeViewModeland root value.Builder(TreeViewModel viewModel, T rootValue)Construct a newCellBrowser.Builder.CellBrowser(TreeViewModel viewModel, T rootValue)Deprecated.please useCellBrowser.BuilderCellBrowser(TreeViewModel viewModel, T rootValue, CellBrowser.Resources resources)Deprecated.please useCellBrowser.BuilderCellTree(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.
-