|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeViewModel
A model of a tree.
Nested Class Summary | |
---|---|
static class |
TreeViewModel.DefaultNodeInfo<T>
Default implementation of TreeViewModel.DefaultNodeInfo . |
static interface |
TreeViewModel.NodeInfo<T>
The info needed to create the children of a tree node. |
Method Summary | ||
---|---|---|
|
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. |
|
boolean |
isLeaf(java.lang.Object value)
Check if the value is known to be a leaf node. |
Method Detail |
---|
<T> TreeViewModel.NodeInfo<?> getNodeInfo(T value)
TreeViewModel.DefaultNodeInfo
that will provide the ProvidesKey
,
Cell
, and HasData
instances to retrieve and display the
children of the specified value.
value
- the value in the parent node
TreeViewModel.DefaultNodeInfo
boolean isLeaf(java.lang.Object value)
value
- the value at the node
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |