API
Component

OrgTreePC ($UI/comp/entorgs/components/entorgs/orgTreePC)

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

Parameters

options

参数选项

Properties Detail Top

public string includeOrgKind

包含的机构类型,缺省:全部类型

Attributes Detail Top

public string includeOrgKind

包含的机构类型,缺省:全部类型

Methods Detail Top

public Data getData ()

获取data组件

Return Value

Data

data组件

public List<Row> getSelected ()

获取选中的数据

Return Value

List<Row>

返回选中的行数组

public Grid getTree ()

获取展示org的tree组件

Return Value

Grid

grid组件