Eclipse Scout Tool 按钮不在 RAP 上显示图像

Eclipse Scout Tool button not show image on RAP

我看到 this tutorial,并创建抽象表单工具按钮。但是在RAP中我无法配置图标图像。

我的工具按钮是这样的:

 @Order(10.0)
public class TestPageTool extends AbstractFormToolButton {

  @Override
  protected String getConfiguredIconId() {

    return Icons.EclipseScout;
  }

  @Override
  protected String getConfiguredText() {

    return TEXTS.get("TestPage");
  }
}

结果是:

可以在 widgets 演示应用程序 (live demo, source, about)

中找到解决方案

图像定义了两次:

在RAP客户端中,还需要自定义CSS,将RAP Bundle中定义的图标与Tool Button绑定。查看application.css的内容有一个例子:

org.eclipsescout.demo.widgets.ui.rap/theme/application.css