Instance Methods | |
(void) | - bind:toObject:withKeyPath:options: |
Definition at line 592 of file CPTableColumn.j.
|
implementation |
Binds the receiver to an object. Note that unlike Cocoa, this works only after the receiver has been added to a CPTableView
.
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 610 of file CPTableColumn.j.