Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
调用后如何知道小部件已隐藏
dock.setWidgetHidden(widget, true);
看来我们无法访问 Layoutdata 我不知道该怎么做。
使用继承,您可以扩展 DockLayoutPanel 类并为 LayoutData 编写访问器,或者只编写一个布尔方法来判断小部件 x 是否隐藏。
我想你可以找到这样的东西:
字符串可见性 = myDockLayoutPanel.getWidgetContainerElement(childPanel).getStyle().getVisibility()
可见性可能是“可见 | 隐藏 | 折叠 | 继承”