Ultra Light Client Guide and Reference


Tree Model attributes

childCountSelector
The method implemented by each node in the tree that answers the number of children at that node.

childrenSelector
The method implemented by each node in the tree that answers the collection of children at that node.

iconSelector
The method implemented by each node in the tree that answers the icon used to represent that node.

labelSelector
The method implemented by each node in the tree that answers the text used to represent that node.

model
The domain object for which Tree Model acts as proxy.

rootSelector
The method that locates the root node.

self
The class instance itself.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]