Valid DB Tree View bean methods

I lost the overview about the valid DB Tree View binding methods and which ones are deprecated and which ones are current. Especially the following methods:

Is this current?
binding.setCallBackInfo(onRecordSelection, ‘id’);

I also have the following and I am not sure if it is current:
binding.setMethodToCallOnClick(onRecordSelection, ‘id’);

The previous is not a choice in the JavaSript editor any more, but setMethodToCallOnRightClick() still exists.

I am a bit confused, as setMethodToCallOnClick() is listed in the Version 6 docu (Servoy Wiki), so it seems to be again valid?

Can anyone please clarify the situation?

Thanks and regards, Robert

Servoy Developer 5.2.11

Hi Robert,

By the time you read this I suppose this is probably no longer an issue for you. All methods you name are indeed current and I think Servoy must have fixed the inconsistency because setMethodToCallOnClick() shows up in the JavaScript editor again.