Uses of Interface
com.google.gwt.view.client.TreeViewModel.NodeInfo
Package
Description
The "cellview" widget set.
Classes and interfaces used by the
cellview
widget set.-
Uses of TreeViewModel.NodeInfo in com.google.gwt.user.cellview.client
Modifier and TypeMethodDescriptionprotected <T> TreeViewModel.NodeInfo
<?> AbstractCellTree.getNodeInfo
(T value) Get theTreeViewModel.NodeInfo
that will provide the information to retrieve and display the children of the specified value.Modifier and TypeMethodDescriptionprotected <C> CellTreeNodeView
<C> CellTreeNodeView.createTreeNodeView
(TreeViewModel.NodeInfo<C> nodeInfo, Element childElem, C childValue, Object viewData) Returns an instance of TreeNodeView of the same subclass as the calling object.protected <C> void
CellTreeNodeView.onOpen
(TreeViewModel.NodeInfo<C> nodeInfo) Set up the node when it is opened.ModifierConstructorDescription(package private)
CellTreeNodeView
(CellTree tree, CellTreeNodeView<?> parent, TreeViewModel.NodeInfo<T> parentNodeInfo, Element elem, T value, CellTree.CellTreeMessages messages) Construct aCellTreeNodeView
.NodeCellList
(TreeViewModel.NodeInfo<C> nodeInfo, CellTreeNodeView<?> nodeView, int pageSize) TreeNodeImpl
(TreeViewModel.NodeInfo<C> nodeInfo, Object value, CellBrowser.BrowserCellList<C> display, Widget widget) Construct a newCellBrowser.TreeNodeImpl
. -
Uses of TreeViewModel.NodeInfo in com.google.gwt.view.client
Modifier and TypeMethodDescription<T> TreeViewModel.NodeInfo
<?> TreeViewModel.getNodeInfo
(T value) Get theTreeViewModel.NodeInfo
that will provide theProvidesKey
,Cell
, andHasData
instances to retrieve and display the children of the specified value.