使用范围:UI2
Contents
component OrgTreePC ($UI/comp/entorgs/components/entorgs/orgTreePC) extends BindComponent
OrgTreePC
Constructor Top
OrgTreePC () | |||
OrgTreePC ( options) |
Properties Top
string |
includeOrgKind
包含的机构类型,缺省:全部类型 |
Attributes Top
string |
includeOrgKind
包含的机构类型,缺省:全部类型 |
Methods Top
Data | getData () | |
List<Row> | getSelected () | |
Grid | getTree () |
Constructor details
Top
public
OrgTreePC
()
OrgTreePC
public
OrgTreePC
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
OrgTreePC
()
OrgTreePC
public
OrgTreePC
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
Properties Detail Top
public
string
includeOrgKind
包含的机构类型,缺省:全部类型
Attributes Detail Top
public
string
includeOrgKind
包含的机构类型,缺省:全部类型
Methods Detail Top
获取data组件
获取选中的数据
获取展示org的tree组件