如何在jsf中使用节点文本或节点值获取DefaultMutableTreeNode
我的icefaces树有问题,我没有获得支持bean中的当前节点值。所以,我决定使用nodevalue(文本)来获取值。谁能告诉我,如何使用节点值(字符串)获取 DefaultMutableTreeNode,以便我可以将其设置为当前节点。
I am having problem with my icefaces tree, I am not getting the current node value in backing bean. So, I decided to get the value using nodevalue (text). Can anyone tell me, how can I get the DefaultMutableTreeNode using nodevalue (string) so I can set it as currentnode.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我实际上是在猜测你的问题。我不太清楚你的意思,但我会尝试一下。它可能对你有帮助。
这是我的一个旧项目。我还建议现在使用 Primefaces。更容易使用,更容易主题化,更快(根据我的经验),并且组件更多。
支撑豆:
I'm actually guessing on your question. I'm not exactly sure what you mean but I'm going to take a shot. It may help you.
This is from an old project of mine. I would also suggest using Primefaces now. Much easier to work with, easier to theme, faster(from my experience), and more components.
Backing bean: