|
|
|
@ -7,28 +7,23 @@ import com.fanruan.api.runtime.PluginKit;
|
|
|
|
|
import com.fanruan.api.xml.XmlKit; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.fr.intelli.record.Focus; |
|
|
|
|
import com.fr.record.analyzer.EnableMetrics; |
|
|
|
|
import com.fr.stable.fun.FunctionProcessor;//过时
|
|
|
|
|
import com.fr.general.ModuleContext;//过时方法
|
|
|
|
|
import com.fr.general.ModuleContext; |
|
|
|
|
|
|
|
|
|
import com.fr.form.ui.WidgetValue;//DataControl中定义了抽象方法,参数为WidgetValue,无法重写
|
|
|
|
|
import com.fr.json.JSONArray;//抽象方法
|
|
|
|
|
import com.fr.json.JSONException;//抽象方法
|
|
|
|
|
import com.fr.json.JSONObject;//抽象方法
|
|
|
|
|
import com.fr.stable.core.NodeVisitor;//抽象方法
|
|
|
|
|
import com.fr.web.core.TemplateSessionIDInfo;//抽象方法
|
|
|
|
|
import com.fr.form.ui.WidgetValue; |
|
|
|
|
import com.fr.json.JSONArray; |
|
|
|
|
import com.fr.json.JSONException; |
|
|
|
|
import com.fr.json.JSONObject; |
|
|
|
|
import com.fr.stable.core.NodeVisitor; |
|
|
|
|
import com.fr.web.core.TemplateSessionIDInfo; |
|
|
|
|
|
|
|
|
|
//open
|
|
|
|
|
import com.fr.stable.xml.XMLPrintWriter; |
|
|
|
|
import com.fr.stable.xml.XMLableReader; |
|
|
|
|
import com.fr.script.Calculator; |
|
|
|
|
import com.fr.stable.web.Repository; |
|
|
|
|
|
|
|
|
|
//接口
|
|
|
|
|
import com.fr.form.ui.DataControl; |
|
|
|
|
import javax.servlet.http.HttpServletRequest; |
|
|
|
|
import com.fr.plugin.ExtraClassManager; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Created by richie on 15/11/17. |
|
|
|
@ -127,10 +122,6 @@ public class ZTree extends CustomWriteAbleRepeatEditor implements DataControl {
|
|
|
|
|
if (treeAttr != null) { |
|
|
|
|
treeAttr.mixConfig(conf); |
|
|
|
|
} |
|
|
|
|
// FunctionProcessor processor = ExtraClassManager.getInstance().getFunctionProcessor();
|
|
|
|
|
// if (processor != null) {
|
|
|
|
|
// processor.recordFunction(ZTreeFunctionProcessor.getInstance());
|
|
|
|
|
// }
|
|
|
|
|
return conf; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|