neil 8 years ago
parent
commit
c92548a5dd
  1. 12
      designer_form/src/com/fr/design/designer/properties/mobile/ElementCasePropertyTable.java

12
designer_form/src/com/fr/design/designer/properties/mobile/ElementCasePropertyTable.java

@ -9,20 +9,17 @@ import com.fr.design.gui.itable.AbstractPropertyTable;
import com.fr.design.gui.itable.PropertyGroup;
import com.fr.design.gui.xtable.ReportAppPropertyGroupModel;
import com.fr.design.mainframe.FormDesigner;
import com.fr.design.mainframe.WidgetPropertyPane;
import com.fr.design.mainframe.WidgetPropertyPane;;
import com.fr.design.mainframe.widget.editors.InChangeBooleanEditor;
import com.fr.design.mainframe.widget.editors.RefinedDoubleEditor;
import com.fr.form.ui.ElementCaseEditor;
import com.fr.general.Inter;
import com.fr.stable.fun.ReportFitAttrProvider;
import javax.swing.table.TableModel;
import java.beans.IntrospectionException;
import java.util.ArrayList;
import java.util.List;
;
/**
* Created by Administrator on 2016/5/16/0016.
*/
@ -45,8 +42,6 @@ public class ElementCasePropertyTable extends AbstractPropertyTable{
}
protected List<CRPropertyDescriptor> createNonListenerProperties() throws IntrospectionException {
ReportFitAttrProvider attr = designer.getTarget().getFitAttr();
CRPropertyDescriptor[] propertyTableEditor = {
new CRPropertyDescriptor("horziontalAttr", this.xCreator.toData().getClass()).setEditorClass(MobileFitEditor.class)
.setRendererClass(MobileFitRender.class)
@ -112,9 +107,4 @@ public class ElementCasePropertyTable extends AbstractPropertyTable{
this.designer = designer;
initPropertyGroups(this.designer.getTarget());
}
@Override
public boolean isCellEditable(int row, int column) {
return false;
}
}

Loading…
Cancel
Save