API  0.9.6
 All Classes Files Functions Variables Macros Modules Pages
CPTableColumn(Bindings) Category Reference

Instance Methods

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

Detailed Description

Definition at line 599 of file CPTableColumn.j.

Method Documentation

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

Binds the receiver to an object.

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 617 of file CPTableColumn.j.


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