eas-dep界面控件

界面控件
界面的空间可以通过get+控件类型获得.比如获取单据分录的表格pluginCtx.getKDTable("kdEntries")
容器控件 pluginCtx.getKDBizPromptBox("name");
容器控件 pluginCtx.getKDContainer("name");
textField控件 pluginCtx.getKDTableField("name");
KDTextArea控件 pluginCtx.getKDTextArea("name");
KDPasswordField控件 pluginCtx.getKDPasswordField("name");
KDFormattedTextField控件 pluginCtx.getKDFormattedTextField("name");
KDDataTimeField控件 pluginCtx.getKDDataTimeField("name");
KDCheckBox控件 pluginCtx.getKDCheckBox("name");
KDRadioButton控件 pluginCtx.getKDRadioButton ("name");

KDMenuItem控件 pluginCtx.getKDMenuItem("nKDMenu控件 pluginCtx.getKDMenu("name");ame");
KDTree控件 pluginCtx.getKDTree("name");
KDTreeView控件 pluginCtx.getKDTreeView("name");
KDList控件 pluginCtx.getKDList("name");
KDTimePicker控件 pluginCtx.getKDTimePicker("name");
KDDatePicker控件 pluginCtx.getKDDatePicker ("name");
KDTabbedPane控件 pluginCtx.getKDTabbedPane ("name");

设置kDContainer显示模式默认为0,可向下展开收缩;1,固定;2?
kDContainer1.setContainerType(1)

原文地址:https://www.cnblogs.com/luojiabao/p/11087799.html