|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface TreeViewModel.NodeInfo<T>
The info needed to create the children of a tree node.
| Method Summary | |
|---|---|
Cell<T> |
getCell()
Get the Cell used to render the children of this node. |
ProvidesKey<T> |
getProvidesKey()
Return the key provider for children of this node. |
SelectionModel<? super T> |
getSelectionModel()
Get the SelectionModel used for the children of this node. |
ValueUpdater<T> |
getValueUpdater()
Get the value updater associated with the cell. |
void |
setView(ListView<T> view)
Set the view that is listening to this TreeViewModel.DefaultNodeInfo. |
void |
unsetView()
Unset the view from the TreeViewModel.DefaultNodeInfo. |
| Method Detail |
|---|
Cell<T> getCell()
Cell used to render the children of this node.
CellProvidesKey<T> getProvidesKey()
ProvidesKeySelectionModel<? super T> getSelectionModel()
SelectionModel used for the children of this node. To
unify selection across all items of the same type, or across the entire
tree, return the same instance of SelectionModel from all
TreeViewModel.DefaultNodeInfo.
SelectionModelValueUpdater<T> getValueUpdater()
void setView(ListView<T> view)
TreeViewModel.DefaultNodeInfo. The
implementation should attach the view to the source of data.
view - the ListViewvoid unsetView()
TreeViewModel.DefaultNodeInfo. The implementation should
detach the view from the source of data.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||