API
Component

OrgTreePC ($UI/system/components/justep/org/orgTreePC)

使用范围: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是组件的参数选项
	 

Parameters

options

参数选项

public OrgTreePC ( options)

构造函数

Inherited from ViewComponent

	
		参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
	 

Parameters

options

参数选项

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

public Data getData ()

获取data组件

Return Value

Data

data组件

public Data getData ()

获取data组件

Return Value

Data

data组件

public List<Row> getSelected ()

获取选中的数据

Return Value

List<Row>

返回选中的行数组

public List<Row> getSelected ()

获取选中的数据

Return Value

List<Row>

返回选中的行数组

public Grid getTree ()

获取展示org的tree组件

Return Value

Grid

grid组件

public Grid getTree ()

获取展示org的tree组件

Return Value

Grid

grid组件