API  1.0.0
CPTableColumn(Bindings) Category Reference

Instance Methods

(void) - bind:toObject:withKeyPath:options:
 

Detailed Description

Definition at line 592 of file CPTableColumn.j.

Method Documentation

◆ bind:toObject:withKeyPath:options:()

- (void) bind: (CPString aBinding
toObject: (id)  anObject
withKeyPath: (CPString aKeyPath
options: (CPDictionary options 
implementation

Binds the receiver to an object. Note that unlike Cocoa, this works only after the receiver has been added to a CPTableView.

Parameters
CPStringaBinding - The binding you wish to make. Typically CPValueBinding.
idanObject - The object to bind the receiver to.
CPStringaKeyPath - The key path you wish to bind the receiver to.
CPDictionaryoptions - 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.


The documentation for this category was generated from the following file: