API
Component

Child ($UI/system/components/justep/wing/child)

使用范围:UI2

Contents

component Child ($UI/system/components/justep/wing/child) extends ViewComponent

wing组件使用的内部类, 不能独立使用

	
	

Constructor Top

  Child ()
  Child ( options)

Methods Top

void dispose ()
get (string name)
void set (string name, value)

Constructor details Top

public Child ()

wing组件使用的内部类, 不能独立使用

	
	

public Child ( options)

构造函数

Inherited from ViewComponent

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

Parameters

options

参数选项

Methods Detail Top

public void dispose ()

销毁child对象

Return Value

void

public get (string name)

获取child的属性

Parameters

string name

属性名

Return Value

返回属性值

public void set (string name, value)

设置child的属性

Parameters

string name

属性名

value

属性值

Return Value

void