如何在 SAP Commerce Cloud/Hybris Backoffice 中显示 "loading"-spinner 动画?

How can I show the "loading"-spinner animation in SAP Commerce Cloud/Hybris Backoffice?

如何通过 Java 在 SAP Commerce Cloud Backoffice 中显示和隐藏默认的“正在进行的工作”- 微调器动画?

有现成的方法吗?

您可以使用以下内容:

要显示微调器:

Clients.evalJavaScript("zAu.cmd0.showBusy();");

隐藏微调器:

Clients.evalJavaScript("zAu.cmd0.clearBusy();");