On 07/26/2011 04:49 PM, Edvin Syse wrote:
On 07/26/2011 04:43 PM, Greg Brown wrote:
Can you use Component#getUserData() for this?
I guess I could, but if I put this value in userData I kind of "use up"
this variable for this sole purpose. Maybe it doesn't matter though.. I
haven't used it so far for ui components, but I set userData extensively
in TreeNodes, so it feels like kind of a mismatch to use it for id's in
ui components.
Ah, I see that userData is a UserDataDictionary in Component, so that's
kind of perfect. But can I set a property in the UserDataDictionary with
BXML?