• 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)

  • 相关阅读:
    Pandas学习笔记,如何从DataFrame里选择一个Series
    数据结构_郝斌_数组
    数据结构_郝斌_预备知识2
    数据结构_郝斌_预备知识1
    数据结构_郝斌_目录
    数据结构_郝斌_链表
    Vocabulary Recitation 2020/04/08
    5月11号
    5月10号
    5月9号
  • 原文地址:https://www.cnblogs.com/luojiabao/p/11087799.html
Copyright © 2020-2023  润新知