#import <CPCollectionViewItem.h>
Additional Inherited Members | |
Class Methods inherited from CPViewController | |
(void) | + initialize |
Class Methods inherited from CPObject | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(void) | + cancelPreviousPerformRequestsWithTarget: |
(void) | + cancelPreviousPerformRequestsWithTarget:selector:object: |
(Class) | + class |
(BOOL) | + conformsToProtocol: |
(void) | + exposeBinding: |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesImplementSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isBindingExclusive: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + object:performSelector:withObject:afterDelay:inModes: |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
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 105 of file CPCollectionViewItem.j.
|
implementation |
Makes a deep copy of the receiver. The copy should be functionally equivalent to the receiver.
Reimplemented from CPObject.
Definition at line 33 of file CPCollectionViewItem.j.
|
implementation |
Returns YES
if the item is currently selected. NO
if the item is not selected.
Definition at line 96 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 63 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 78 of file CPCollectionViewItem.j.