Public Member Functions | |
(id) | - initWithIdentifier: [implementation] |
(void) | - setLabel: [implementation] |
(CPString) | - label [implementation] |
(CPTabState) | - tabState [implementation] |
(void) | - setIdentifier: [implementation] |
(id) | - identifier [implementation] |
(void) | - setView: [implementation] |
(CPView) | - view [implementation] |
(void) | - setAuxiliaryView: [implementation] |
(CPView) | - auxiliaryView [implementation] |
(CPTabView) | - tabView [implementation] |
(id) | - initWithCoder: [implementation] |
(void) | - encodeWithCoder: [implementation] |
Definition at line 54 of file CPTabViewItem.j.
- (CPView) auxiliaryView | [implementation] |
Returns the tab's auxillary view
Definition at line 152 of file CPTabViewItem.j.
- (void) encodeWithCoder: | (CPCoder) | aCoder | [implementation] |
Definition at line 192 of file CPTabViewItem.j.
- (id) identifier | [implementation] |
Returns the tab's identifier.
Definition at line 117 of file CPTabViewItem.j.
- (id) initWithCoder: | (CPCoder) | aCoder | [implementation] |
Definition at line 176 of file CPTabViewItem.j.
- (id) initWithIdentifier: | (id) | anIdentifier | [implementation] |
Initializes the tab view item with the specified identifier.
Definition at line 67 of file CPTabViewItem.j.
- (CPString) label | [implementation] |
Returns the CPTabViewItem's label
Definition at line 90 of file CPTabViewItem.j.
- (void) setAuxiliaryView: | (CPView) | anAuxiliaryView | [implementation] |
Sets the tab's auxillary view.
anAuxillaryView | the new auxillary view |
Definition at line 144 of file CPTabViewItem.j.
- (void) setIdentifier: | (id) | anIdentifier | [implementation] |
Sets the item's identifier.
anIdentifier | the new identifier for the item |
Definition at line 109 of file CPTabViewItem.j.
- (void) setLabel: | (CPString) | aLabel | [implementation] |
Sets the CPTabViewItem's label.
aLabel | the label for the item |
Definition at line 82 of file CPTabViewItem.j.
- (void) setView: | (CPView) | aView | [implementation] |
Sets the view that gets displayed in this tab.
Definition at line 126 of file CPTabViewItem.j.
- (CPTabState) tabState | [implementation] |
Returns the tab's current state.
Definition at line 99 of file CPTabViewItem.j.
- (CPTabView) tabView | [implementation] |
Returns the tab view that contains this item.
Definition at line 161 of file CPTabViewItem.j.
- (CPView) view | [implementation] |
Returns the tab's view.
Definition at line 134 of file CPTabViewItem.j.