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.
我需要 Vaadin Tabsheet 的功能。但不需要每个选项卡都有一个组件。
相反,我只有一个组件(单独的表),它将通过选项卡表操作进行操作。现在,我已经为选项卡分配了隐藏标签。
有一个更好的方法吗?
如果有人遇到相同的情况,这就是我解决它的方法。
我没有添加隐藏标签,而是添加了没有标题的标签。所以不需要隐藏它们,因为它们没有什么可显示的。:)。
不要将其可见性设置为隐藏。这会导致问题,因为 Vaadin 不会将隐藏组件发送到客户端。