![]() |
API
0.9.6
|
Instance Methods | |
| (void) | - bind:toObject:withKeyPath:options: |
Definition at line 599 of file CPTableColumn.j.
|
implementation |
Binds the receiver to an object.
| CPString | aBinding - The binding you wish to make. Typically CPValueBinding. |
| id | anObject - The object to bind the receiver to. |
| CPString | aKeyPath - The key path you wish to bind the receiver to. |
| CPDictionary | options - A dictionary of options for the binding. This parameter is optional, pass nil if you do not wish to use it. |
Extends class CPTableColumn.
Definition at line 617 of file CPTableColumn.j.