隐藏展开/折叠 +/- 按钮
是否可以隐藏作为叶子的 ICEFaces 树节点的 +/- 按钮?即使我将该节点专门标记为叶子并说 node.setAllowsChildren(false),它们仍然出现在我的叶子节点上。
Is it possible to hide the +/- buttons for an ICEFaces tree node that is a leaf? They still appear on my leaf nodes even when I mark that node specifically as a leaf and say node.setAllowsChildren(false).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该创建一个 IceUserObject 并将其用作用户对象。
You should create an IceUserObject and use it as user object.