使用范围:UI2
Contents
component OrgTreePC ($UI/system/components/justep/org/orgTreePC) extends BindComponent
OrgTreePC
Constructor Top
OrgTreePC () | |||
OrgTreePC ( options) | |||
OrgTreePC ( options) |
Properties Top
boolean |
includeDisabled
包含禁用组织,缺省:false | ||
boolean |
includeDisabled
包含禁用组织,缺省:false | ||
string |
includeOrgKind
包含的机构类型,缺省:全部类型 | ||
string |
includeOrgKind
包含的机构类型,缺省:全部类型 |
Attributes Top
boolean |
includeDisabled
包含禁用组织,缺省:false | ||
boolean |
includeDisabled
包含禁用组织,缺省:false | ||
string |
includeOrgKind
包含的机构类型,缺省:全部类型 | ||
string |
includeOrgKind
包含的机构类型,缺省:全部类型 | ||
string |
manageCodes
业务管理权限编码,多个业务管理权限用逗号分隔 | ||
string |
manageCodes
业务管理权限编码,多个业务管理权限用逗号分隔 |
Methods Top
Data | getData () | |
Data | getData () | |
List<Row> | getSelected () | |
List<Row> | getSelected () | |
Grid | getTree () | |
Grid | getTree () |
Constructor details
Top
public
OrgTreePC
()
OrgTreePC
public
OrgTreePC
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
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是组件的参数选项
public
OrgTreePC
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
Properties Detail Top
public
boolean
includeDisabled
包含禁用组织,缺省:false
public
boolean
includeDisabled
包含禁用组织,缺省:false
public
string
includeOrgKind
包含的机构类型,缺省:全部类型
public
string
includeOrgKind
包含的机构类型,缺省:全部类型
Attributes Detail Top
public
boolean
includeDisabled
包含禁用组织,缺省:false
public
boolean
includeDisabled
包含禁用组织,缺省:false
public
string
includeOrgKind
包含的机构类型,缺省:全部类型
public
string
includeOrgKind
包含的机构类型,缺省:全部类型
public
string
manageCodes
业务管理权限编码,多个业务管理权限用逗号分隔
public
string
manageCodes
业务管理权限编码,多个业务管理权限用逗号分隔
Methods Detail Top
获取data组件
获取data组件
获取选中的数据
获取选中的数据
获取展示org的tree组件
获取展示org的tree组件