Uses of Interface
com.google.gwt.view.client.TreeViewModel.NodeInfo
-
Packages that use TreeViewModel.NodeInfo Package Description com.google.gwt.user.cellview.client The "cellview" widget set.com.google.gwt.view.client Classes and interfaces used by thecellview
widget set. -
-
Uses of TreeViewModel.NodeInfo in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client that return TreeViewModel.NodeInfo Modifier and Type Method Description protected <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.Methods in com.google.gwt.user.cellview.client with parameters of type TreeViewModel.NodeInfo Modifier and Type Method Description protected <C> CellTreeNodeView<C>
CellTreeNodeView. createTreeNodeView(TreeViewModel.NodeInfo<C> nodeInfo, Element childElem, C childValue, java.lang.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.Constructors in com.google.gwt.user.cellview.client with parameters of type TreeViewModel.NodeInfo Constructor Description 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, java.lang.Object value, CellBrowser.BrowserCellList<C> display, Widget widget)
Construct a newCellBrowser.TreeNodeImpl
. -
Uses of TreeViewModel.NodeInfo in com.google.gwt.view.client
Classes in com.google.gwt.view.client that implement TreeViewModel.NodeInfo Modifier and Type Class Description static class
TreeViewModel.DefaultNodeInfo<T>
Default implementation ofTreeViewModel.NodeInfo
.Methods in com.google.gwt.view.client that return TreeViewModel.NodeInfo Modifier and Type Method Description <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.
-