Package | Description |
---|---|
xdev.lang.cmd | |
xdev.ui.tree | |
xdev.vt |
Modifier and Type | Method and Description |
---|---|
void |
FillTree.setTree(XdevTree tree) |
Constructor and Description |
---|
DefaultXdevTreeManager(XdevTree tree) |
Modifier and Type | Method and Description |
---|---|
void |
VirtualTable.fillTree(XdevTree tree,
String rootsColumnName,
Object rootsID,
String idColumnName,
String ownerColumnName,
String captionColumnName,
String dataColumnName)
This is a synonym for
VirtualTable.setModelFor(XdevTree, String, Object, String, String, String, String) |
void |
VirtualTable.fillTree(XdevTree tree,
String rootsColumnName,
Object rootsID,
String idColumnName,
String ownerColumnName,
String captionColumnName,
String dataColumnName,
boolean multipleRoots)
|
void |
VirtualTable.setModelFor(XdevTree tree,
String rootsColumnName,
Object rootsID,
String idColumnName,
String ownerColumnName,
String captionColumnName,
String dataColumnName)
Creates a tree model for the
tree containing data of this
VirtualTable by creating XdevTreeNode s out of
VirtualTable.VirtualTableRow s. |
void |
VirtualTable.setModelFor(XdevTree tree,
String rootsColumnName,
Object rootsID,
String idColumnName,
String ownerColumnName,
String captionColumnName,
String dataColumnName,
boolean multipleRoots)
Creates a tree model for the
tree containing data of this
VirtualTable by creating XdevTreeNode s out of
VirtualTable.VirtualTableRow s. |
Copyright © 2003–2021 XDEV Software. All rights reserved.