Hi, please advice me how can I get selected item itself and not just ID ()
What do you mean by “item itself”?
API of tree based on items IDs, you can get any other item detail by its ID
tree.getItemText(id);
tree.getItemColor(id);
tree.getItemImage(id);
etc.