public UIPageEventBeanInfo() {
try {
beanClass = UIPageEvent.class;
additionalBeanClass = com.twinsoft.convertigo.beans.mobile.components.UIComponent.class;
iconNameC16 = "/com/twinsoft/convertigo/beans/mobile/components/images/uipageevent_color_16x16.png";
iconNameC32 = "/com/twinsoft/convertigo/beans/mobile/components/images/uipageevent_color_32x32.png";
resourceBundle = getResourceBundle("res/UIPageEvent");
displayName = resourceBundle.getString("display_name");
shortDescription = resourceBundle.getString("short_description");
properties = new PropertyDescriptor[1];
properties[0] = new PropertyDescriptor("viewEvent", beanClass, "getViewEvent", "setViewEvent");
properties[0].setDisplayName(getExternalizedString("property.viewEvent.display_name"));
properties[0].setShortDescription(getExternalizedString("property.viewEvent.short_description"));
properties[0].setPropertyEditorClass(getEditorClass("StringComboBoxPropertyDescriptor"));
}
catch(Exception e) {
com.twinsoft.convertigo.engine.Engine.logBeans.error("Exception with bean info; beanClass=" + beanClass.toString(), e);
}
}
UIPageEventBeanInfo.java 文件源码
java
阅读 21
收藏 0
点赞 0
评论 0
项目:convertigo-engine
作者:
评论列表
文章目录