Uses of Interface
com.google.gwt.view.client.TreeViewModel
Packages that use TreeViewModel
-
Uses of TreeViewModel in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client that return TreeViewModelModifier and TypeMethodDescriptionAbstractCellTree.getTreeViewModel()Get theTreeViewModelthat backs this tree.Constructors in com.google.gwt.user.cellview.client with parameters of type TreeViewModelModifierConstructorDescriptionAbstractCellTree(TreeViewModel viewModel) Construct a newCellTreewith the specifiedTreeViewModeland 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.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.
CellBrowser.Builder