Hi all, I am trying to extend TreeItem class in the package com.google.gwt.user.client.ui. When I try to override the method setTree(Tree tree), I observe that the children instance variable is not accessible and some of the methods its calling on Tree instance are package access restricted. For example, tree.adopt(child) and tree.orphan(child). Can anyone please tell me why these functions are having package level access?
Thanks Ganesh --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
