NSObjectController Bindings
Availability Bindings
editable
A multiple-value binding that determines if the NSObjectController
is editable in the user interface.
When editable
is bound, a new binding, editable2
, is exposed and can be bound. Binding to editable2
causes editable3
to be exposed, and so on.
The contents of the NSObjectController
are editable if a logical AND operation on all the editable
bindings results in a Boolean value of YES
.
Availability:
Binding is Read-Only.Available in OS X v10.3 and later.
Controller Content Bindings
contentObject
An object that the NSObjectController
uses as its content.
Availability:
Available in OS X v10.3 and later.
Parameters Bindings
managedObjectContext
The NSManagedObjectContext instance that the NSObjectController
is registered with.
Availability:
Binding is Read-Only.Available in OS X v10.3 and later.
Copyright © 2004, 2014 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2014-07-15