Related class | |
Availability | Available in Mac OS X v10.5 and later.
|
Availability Bindings
Content Bindings
Parameters Bindings
A multiple-value binding that determines if the NSCollectionView is displayed in the user interface.
When hidden
is bound, a new binding, hidden2
, is exposed and can be bound. Binding to hidden2
causes hidden3
to be exposed, and so on.
The NSCollectionView is hidden if a logical OR operation on all the hidden
bindings results in a Boolean value of YES
.
An NSArrayController instance that provides the content of the NSCollectionView.
Unless contentValues
is also bound, the titles of the items in the NSCollectionView are derived by invoking description for each of the content objects.
An NSIndexSet instance that specifies the indices of the selected rows in the NSCollectionView.
Typically, selectionIndexes
is bound automatically to the NSArrayController that the first NSTableColumn is bound to.
An NSString that contains the tool tip to display for this NSCollectionView.
© 2004, 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-10-31)