ListBinder
Extends:
Binder → ListBinder
Binding List and ListView to apply the change of colleciton to ListView and its child Views
Constructor Summary
Public Constructor | ||
public |
constructor(list: List, listView: ListView) Constructor. |
Member Summary
Private Members | ||
private |
_view: * |
Method Summary
Public Methods | ||
public |
add(objectPattern: {"item": *, "index": *}) Adding item to ListView at index. |
|
public |
remove(objectPattern: {"item": *, "index": *}) Removing item from ListView. |
|
public |
update(objectPattern: {"item": *, "index": *}) Updating item of ListView at index. |
Public Constructors
Private Members
private _view: * source
Public Methods
public add(objectPattern: {"item": *, "index": *}) source
Adding item to ListView at index.
Params:
Name | Type | Attribute | Description |
objectPattern | {"item": *, "index": *} |
|
public remove(objectPattern: {"item": *, "index": *}) source
Removing item from ListView.
Params:
Name | Type | Attribute | Description |
objectPattern | {"item": *, "index": *} |
|
public update(objectPattern: {"item": *, "index": *}) source
Updating item of ListView at index.
Params:
Name | Type | Attribute | Description |
objectPattern | {"item": *, "index": *} |
|