#import <CPCollectionViewItem.h>
Represents an object inside a CPCollectionView.
Definition at line 2 of file CPCollectionViewItem.h.
Returns YES
if the item is currently selected. NO
if the item is not selected.
Definition at line 96 of file CPCollectionViewItem.j.
- (void) setRepresentedObject: |
|
(id) |
anObject |
|
|
implementation |
Sets the object to be represented by this item.
- Parameters
-
anObject | the object to be represented |
Definition at line 63 of file CPCollectionViewItem.j.
- (void) setSelected: |
|
(BOOL) |
shouldBeSelected |
|
|
implementation |
Sets whether this view item should be selected.
- Parameters
-
shouldBeSelected | YES makes the item selected. NO deselects it. |
Definition at line 78 of file CPCollectionViewItem.j.
The documentation for this class was generated from the following files: