![]() |
API
0.9.6
|
#import <CPCollectionViewItem.h>
Additional Inherited Members | |
![]() | |
(void) | + initialize |
![]() | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(Class) | + class |
(void) | + exposeBinding: |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
![]() | |
Class | isa |
Represents an object inside a CPCollectionView.
Definition at line 2 of file CPCollectionViewItem.h.
|
implementation |
Returns the collection view of which this item is a part.
Definition at line 80 of file CPCollectionViewItem.j.
|
implementation |
Returns YES
if the item is currently selected. NO
if the item is not selected.
Definition at line 71 of file CPCollectionViewItem.j.
|
implementation |
Sets the object to be represented by this item.
anObject | the object to be represented |
Reimplemented from CPViewController.
Definition at line 38 of file CPCollectionViewItem.j.
|
implementation |
Sets whether this view item should be selected.
shouldBeSelected | YES makes the item selected. NO deselects it. |
Definition at line 53 of file CPCollectionViewItem.j.