I’ve been playing around with the Context menu on Tree and I’ve run into a problem which I can’t find the answer to.
For some items in the tree, I don’t want to enable the context menu, so I pass null from Action.Handler.getActions(). However, the tree still displays an empty context menu.
Is there a way to tell Tree to completely disable the context menu on some items?