树组件项目渲染
我创建了一个扩展 TreeItemrenderer 的 MyTreeItemrenderer。
但是,我不需要任何标签、文件夹、公开图标或图标。 我想用我自己的图形显示树的每个节点,例如:一条线,圆形图像等,
请帮助我找到解决方案。
提前致谢...
Narender R
I have created a MyTreeItemrenderer extending TreeItemrenderer.
However, I do not want any label, folder, disclosure icon nor icon.
I want to dispaly every node of the tree with my own graphic like eg: a line, round image etc.,
Kindly help me getting the solution.
Thnaks in advance...
Narender R
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您正在寻找的风格是。在本例中,我将它们设置为空,但您应该能够使用它们添加图形。
defaultLeafIcon =“{null}”
folderClosedIcon =“{null}”
folderOpenIcon =“{null}”
I think the styles you're looking for are. In this case I'm setting them to null, but you should be able to add a graphic with them.
defaultLeafIcon="{null}"
folderClosedIcon="{null}"
folderOpenIcon="{null}"