![]() |
API
0.9.6
|
#import <CPTabViewItem.h>
Additional Inherited Members | |
![]() | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(Class) | + class |
(void) | + exposeBinding: |
(void) | + initialize |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
![]() | |
Class | isa |
The class representation of an item in a CPTabView. One tab view item can be shown at a time in a CPTabView.
Definition at line 2 of file CPTabViewItem.h.
|
implementation |
Returns the tab's auxiliary view
Definition at line 163 of file CPTabViewItem.j.
|
implementation |
Provided by category CPTabViewItem(CPCoding).
Definition at line 211 of file CPTabViewItem.j.
|
implementation |
Returns the tab's identifier.
Definition at line 122 of file CPTabViewItem.j.
|
implementation |
Initializes the receiver
Reimplemented from CPObject.
Definition at line 63 of file CPTabViewItem.j.
|
implementation |
Provided by category CPTabViewItem(CPCoding).
Definition at line 195 of file CPTabViewItem.j.
|
implementation |
Initializes the tab view item with the specified identifier.
Definition at line 72 of file CPTabViewItem.j.
|
implementation |
Returns the CPTabViewItem's label
Definition at line 95 of file CPTabViewItem.j.
|
implementation |
Sets the tab's auxiliary view.
anAuxiliaryView | the new auxiliary view |
Definition at line 155 of file CPTabViewItem.j.
|
implementation |
Sets the item's identifier.
anIdentifier | the new identifier for the item |
Definition at line 114 of file CPTabViewItem.j.
|
implementation |
Sets the CPTabViewItem's label.
aLabel | the label for the item |
Definition at line 87 of file CPTabViewItem.j.
|
implementation |
Sets the view that gets displayed in this tab.
Definition at line 131 of file CPTabViewItem.j.
|
implementation |
Returns the tab's current state.
Definition at line 104 of file CPTabViewItem.j.
|
implementation |
Returns the tab view that contains this item.
Definition at line 172 of file CPTabViewItem.j.
|
implementation |
Returns the tab's view.
Definition at line 145 of file CPTabViewItem.j.