You can also implement a BeanInfo class for your application object bean.
您还可以为应用程序对象Bean实现一个beaninfo类。
This information resides in a BeanInfo class, which is typically provided by your bean when the bean's class is loaded via a static initializer.
这条信息位于beaninfo类中,该类通常在bean的类通过静态初始化器装入时,由bean提供。
You can also use the BeanInfo to hide certain properties from the rule editor simply by having your BeanInfo not return a PropertyDescriptor for these properties.
您还可以使用 BeanInfo 在规则编辑器中隐藏某些属性,只需要让您的 BeanInfo 不为这些属性返回 PropertyDescriptor 即可。
应用推荐