如何在liferay Portal中隐藏/查看portlet?

问题描述 投票:0回答:2

我正在使用icefaces在liferay门户上开发portlet,我想从我在托管bean中编写的动作中隐藏/查看portlet programmaticaly。所以请尽快帮助我?

提前致谢...

portlet liferay icefaces
2个回答
1
投票

您可以从portlet的操作中调用方法ActionResponse.setWindowState(WindowState.MINIMIZED)。在谈论动作时,我指的是portlet API的ActionResponse和EventResponse类。


0
投票

我做了类似的事情。如果在portlet上找不到数据,我通常会隐藏它。我有优先选中的复选框,我只在需要时启用它。 https://dev.liferay.com/de/develop/tutorials/-/knowledge_base/6-1/implementing-configurable-portlet-preferences

© www.soinside.com 2019 - 2024. All rights reserved.