在 RCP 应用程序中为 Birt 创建自定义参数输入 UI
我想在 RCP 应用程序中使用 BIRT。我需要允许用户输入参数值,并且要求参数输入 UI 必须可由用户自定义而无需编译。
构建自定义参数 JSP 页面并在嵌入式浏览器中显示它的唯一方法是吗?或者还有其他方法可以做到这一点吗?
I want to use BIRT in an RCP application. I'll need to allow the user to enter parameter values and it's a requirement that the parameter entry UI must be customizable by users without compilation.
Is the only way to build a custom parameter JSP page and show it in an embedded browser? Or are there other ways to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除了自定义 jsp 之外,您还可以构建自己的 SWT-UI,在 RCP 中询问参数值。您必须
Besides the custom jsp, you can build your own SWT-UI that asks in your RCP for parameter values. You have to