|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeViewModel.NodeInfo | |
---|---|
com.google.gwt.user.cellview.client | The "cellview" widget set. |
com.google.gwt.view.client | Classes and interfaces used by the
cellview 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 | ||
---|---|---|
protected
|
AbstractCellTree.getNodeInfo(T value)
Get the TreeViewModel.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 | ||
---|---|---|
protected
|
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
|
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 | |
---|---|
CellBrowser.TreeNodeImpl(TreeViewModel.NodeInfo<C> nodeInfo,
java.lang.Object value,
CellBrowser.BrowserCellList<C> display,
Widget widget)
Construct a new CellBrowser.TreeNodeImpl . |
|
CellTreeNodeView.NodeCellList(TreeViewModel.NodeInfo<C> nodeInfo,
CellTreeNodeView<?> nodeView,
int pageSize)
|
|
CellTreeNodeView(CellTree tree,
CellTreeNodeView<?> parent,
TreeViewModel.NodeInfo<T> parentNodeInfo,
Element elem,
T value,
CellTree.CellTreeMessages messages)
Construct a CellTreeNodeView . |
Uses of TreeViewModel.NodeInfo in com.google.gwt.view.client |
---|
Classes in com.google.gwt.view.client that implement TreeViewModel.NodeInfo | |
---|---|
static class |
TreeViewModel.DefaultNodeInfo<T>
Default implementation of TreeViewModel.DefaultNodeInfo . |
Methods in com.google.gwt.view.client that return TreeViewModel.NodeInfo | ||
---|---|---|
|
TreeViewModel.getNodeInfo(T value)
Get the TreeViewModel.DefaultNodeInfo that will provide the ProvidesKey ,
Cell , and HasData instances to retrieve and display the
children of the specified value. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |