Thanks alot ! This works fine.
Maybe a help for other users, this code is needed to get access to the
"nodeGet" Method:
qx.Class.include(qx.ui.treevirtual.TreeVirtual, qx.ui.treevirtual.MNode);
--
View this message in context:
http://www.nabble.com/treevirtual-customdata-howto-tf4065630.html#a
mg2 schrieb:
> Hi,
>
> I need to add some custom data to a branch in a treevirtual, using for
> example setUserData("id", 1);
>
> To which object can this Method be applied ? I'm completely got stuck ..
> please help.
> When creating a branch it only returns the id of the brach in the datamodel,
>
Hi,
I need to add some custom data to a branch in a treevirtual, using for
example setUserData("id", 1);
To which object can this Method be applied ? I'm completely got stuck ..
please help.
When creating a branch it only returns the id of the brach in the datamodel,
which is an Integer.
Regard