Browse Source

删除无效代码

master
kerry 7 years ago
parent
commit
daea836521
  1. 12
      designer_form/src/com/fr/design/designer/creator/CRPropertyDescriptorPane.java

12
designer_form/src/com/fr/design/designer/creator/CRPropertyDescriptorPane.java

@ -95,17 +95,7 @@ public class CRPropertyDescriptorPane {
}
return component;
}
private PropertyEditor initExtendEditor(CRPropertyDescriptor crPropertyDescriptor, XCreator xCreator) throws Exception {
ExtendedPropertyEditor editor = (ExtendedPropertyEditor) crPropertyDescriptor.createPropertyEditor(xCreator.toData());
if (editor == null) {
Class propType = crPropertyDescriptor.getPropertyType();
editor = TableUtils.getPropertyEditorClass(propType).newInstance();
}
return editor;
}
public void populate(Widget widget) {
try {
isPopulate = true;

Loading…
Cancel
Save