Constructor Summary
Public Constructor | ||
public |
constructor(id: String, options: Object) 构造函数 |
Method Summary
Public Methods | ||
public |
clear() |
|
public |
dataItem(el: *): * |
|
public |
dataItems(): * |
|
public |
getDataFromListItem(item: *): * |
|
public |
items(): * |
|
public |
onmouseenterHandle(el: *) |
|
public |
remove(element: *) |
|
public |
setDataSource(array: String[]): Null 设置控件的数据源 |
|
public |
unshift(item: *) |
Public Constructors
Public Methods
public clear() source
public onmouseenterHandle(el: *) source
Params:
Name | Type | Attribute | Description |
el | * |
public remove(element: *) source
Params:
Name | Type | Attribute | Description |
element | * |
public setDataSource(array: String[]): Null source
设置控件的数据源
Params:
Name | Type | Attribute | Description |
array | String[] | 控件绑定的数据源 |
Return:
Null |
public unshift(item: *) source
Params:
Name | Type | Attribute | Description |
item | * |