TreeDataItem and set_userdata

We’re evaluating DTMLX 3.0 build 110713.

I would like to use the set userdata in items on a Tree component for future reference. I have added a beforeRender function and can see the Extra fields for each item being passed by Connector.

The Java Connector version of TreeDataItem does not provide a set_userdata method. The GridDataItem object does. Is this intentional or an oversight?

I’ve manually created tree XML that supports userdata so I can’t think of a good reason I shouldn’t be able to programmatically build it.

Thanks
Bill

Updated version of connector is attached.
Now TreeDataItem will provide get_user_data and set_user_data methods, similar to the GridDataItem.
dhtmlxconnector.zip (173 KB)