Public Member Functions | |
(CPView) | - auxiliaryView [implementation] |
(void) | - encodeWithCoder: [implementation] |
(id) | - identifier [implementation] |
(id) | - init [implementation] |
(id) | - initWithCoder: [implementation] |
(id) | - initWithIdentifier: [implementation] |
(CPString) | - label [implementation] |
(void) | - setAuxiliaryView: [implementation] |
(void) | - setIdentifier: [implementation] |
(void) | - setLabel: [implementation] |
(void) | - setView: [implementation] |
(CPTabState) | - tabState [implementation] |
(CPTabView) | - tabView [implementation] |
(CPView) | - view [implementation] |
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 54 of file CPTabViewItem.j.
- (CPView) auxiliaryView | [implementation] |
Returns the tab's auxillary view
Definition at line 159 of file CPTabViewItem.j.
- (void) encodeWithCoder: | (CPCoder) | aCoder | [implementation] |
Definition at line 207 of file CPTabViewItem.j.
- (id) identifier | [implementation] |
Returns the tab's identifier.
Definition at line 124 of file CPTabViewItem.j.
- (id) init | [implementation] |
Definition at line 65 of file CPTabViewItem.j.
- (id) initWithCoder: | (CPCoder) | aCoder | [implementation] |
Definition at line 191 of file CPTabViewItem.j.
- (id) initWithIdentifier: | (id) | anIdentifier | [implementation] |
Initializes the tab view item with the specified identifier.
Definition at line 74 of file CPTabViewItem.j.
- (CPString) label | [implementation] |
Returns the CPTabViewItem's label
Definition at line 97 of file CPTabViewItem.j.
- (void) setAuxiliaryView: | (CPView) | anAuxiliaryView | [implementation] |
Sets the tab's auxillary view.
anAuxillaryView | the new auxillary view |
Definition at line 151 of file CPTabViewItem.j.
- (void) setIdentifier: | (id) | anIdentifier | [implementation] |
Sets the item's identifier.
anIdentifier | the new identifier for the item |
Definition at line 116 of file CPTabViewItem.j.
- (void) setLabel: | (CPString) | aLabel | [implementation] |
Sets the CPTabViewItem's label.
aLabel | the label for the item |
Definition at line 89 of file CPTabViewItem.j.
- (void) setView: | (CPView) | aView | [implementation] |
Sets the view that gets displayed in this tab.
Definition at line 133 of file CPTabViewItem.j.
- (CPTabState) tabState | [implementation] |
Returns the tab's current state.
Definition at line 106 of file CPTabViewItem.j.
- (CPTabView) tabView | [implementation] |
Returns the tab view that contains this item.
Definition at line 168 of file CPTabViewItem.j.
- (CPView) view | [implementation] |
Returns the tab's view.
Definition at line 141 of file CPTabViewItem.j.