obijuan1 / ehost

Automatically exported from code.google.com/p/ehost
0 stars 0 forks source link

[New Navigator] Remember selection status of leaves of the navigation tree. #254

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Remember selection status of leaves of the navigation tree.

Example: 
Attribute "is_patient" has two possible values "true" and "false". We might 
only select "is_patient" with value "true" at sometime to filter out 
annotations. This means only the leaf "true" of "is_patient" is selected and 
the leaf of the other value is not selected. While eHOST call repaint() 
function or others to regenerate this tree, eHOST need to remember the previous 
selection status of these nodes. 

Original issue reported on code.google.com by jwleng@gmail.com on 16 Jul 2012 at 9:28

GoogleCodeExporter commented 8 years ago
problem solved on 1.031.

Original comment by jwleng@gmail.com on 20 Jul 2012 at 3:40