[spec] set ballonText on a treeNode

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[spec] set ballonText on a treeNode

Emilio Oca-3

Hi

 

I think this is spec related.

How can I set a ballonText on aTreeNode?

I was  expecting something like:

 

                tree childrenBlock: [ :anObject | self childrenFor: anObject ];

                                displayBlock:  [ :anObject | self labelFor: anObject ];

                                helpBlock:  [ :anObject | self helpFor: anObject ];

                                …

 

but the last one is not available and I can not find something suitabe.

How is the expected way?

 

Best

 

Emilio