Short Description:
A pattern that makes it easy to create functions that show your data in a treeview.
|
Dependent from Libraries:
MPTool
CLASS450/PATTERNLIBS/Active
CLASS450/PATTERNLIBS/Storage
CLASS450/PATTERNLIBS/UIStyle
|
History of changes:
21.Nov.2002
Added the option "TreeChildNodesSorted". With this option set for a TreeFetch or TreeFolder function, the subnodes of the nodes cretated with this functions will be sorted in the TreeView. If not set, the nodes will be in the order they are created by the function..
09.Nov.2002
If the check for a nodetype type will be done in the TreeFetchWithCheck, there will be no more check for this nodetype in the TreeBase function.
08.Nov.2002
Added the possibility to make check for existing childs on the serverside. To get it activated inherit with your TreeFetch function from Abstract.TreeFetchWithCheck instead of abstract.TreeFetch
17.Jun.2002
Some bugfixes: TreeFetch didn't read more than 64 records under all circumstances.
It's now possible to refresh the whole tree or only the subnodes of the selected node.
The example model is a little bit more extended.
|
Possible Enhancements:
A NodeFunction that builds nodes for the values of a status field.
A NodeFunction that builds nodes for each attribute of an record. Attributes can be i.e. selected in a variable.
|
Status:
 |
Groupmodel online (Plex 4.5a) |
 |
Model includes help topics (partly, but really not perfect) |
 |
Example model online (Plex 4.5a) |
|
Downloads:
|
There are two entities to inherit from.