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 | 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. |
Copyright © 2018. All rights reserved.