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.
在我的项目中,我使用gwt 2.5.1 + gxt 3.0.1 + gwtp(eclipse 插件)和 MVP - 模式。我将AccordionLayoutContainer与 3 ContentPanel一起使用。当应用程序加载所有面板折叠。如何根据链接中指定的参数来扩展一个面板?
和:
navigator = new AccordionLayoutContainer(); navigator.setExpandMode(ExpandMode.SINGLE_FILL);
告诉 GXT 一次只打开一个面板。
并且navigator.setActivePanel(widget);您可以设置活动小部件。
navigator.setActivePanel(widget);