Package | Description |
---|---|
com.google.gwt.user.cellview.client |
The "cellview" widget set.
|
com.google.gwt.view.client |
Classes and interfaces used by the
cellview widget set. |
Modifier and Type | Method and Description |
---|---|
protected <T> TreeViewModel.NodeInfo<?> |
AbstractCellTree.getNodeInfo(T value)
Get the
TreeViewModel.NodeInfo that will provide the information to retrieve and
display the children of the specified value. |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
CellTreeNodeView(CellTree tree,
CellTreeNodeView<?> parent,
TreeViewModel.NodeInfo<T> parentNodeInfo,
Element elem,
T value,
CellTree.CellTreeMessages messages)
Construct a
CellTreeNodeView . |
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 new
CellBrowser.TreeNodeImpl . |
Modifier and Type | Class and Description |
---|---|
static class |
TreeViewModel.DefaultNodeInfo<T>
Default implementation of
TreeViewModel.NodeInfo . |
Modifier and Type | Method and Description |
---|---|
<T> TreeViewModel.NodeInfo<?> |
TreeViewModel.getNodeInfo(T value)
Get the
TreeViewModel.NodeInfo that will provide the ProvidesKey ,
Cell , and HasData instances to retrieve and display the
children of the specified value. |