![]() |
API
0.9.7
|
#import <CPTabViewItem.h>
Instance Methods | |
(CPView) | - auxiliaryView |
(void) | - encodeWithCoder: |
(id) | - identifier |
(id) | - init |
(id) | - initWithCoder: |
(id) | - initWithIdentifier: |
(CPString) | - label |
(void) | - setAuxiliaryView: |
(void) | - setIdentifier: |
(void) | - setLabel: |
(void) | - setView: |
(CPTabState) | - tabState |
(CPTabView) | - tabView |
(CPView) | - view |
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 164 of file CPTabViewItem.j.
|
implementation |
Provided by category CPTabViewItem(CPCoding).
Definition at line 212 of file CPTabViewItem.j.
|
implementation |
Returns the tab's identifier.
Definition at line 123 of file CPTabViewItem.j.
|
implementation |
Definition at line 64 of file CPTabViewItem.j.
|
implementation |
Provided by category CPTabViewItem(CPCoding).
Definition at line 196 of file CPTabViewItem.j.
|
implementation |
Initializes the tab view item with the specified identifier.
Definition at line 73 of file CPTabViewItem.j.
|
implementation |
Returns the CPTabViewItem's label
Definition at line 96 of file CPTabViewItem.j.
|
implementation |
Sets the tab's auxiliary view.
anAuxiliaryView | the new auxiliary view |
Definition at line 156 of file CPTabViewItem.j.
|
implementation |
Sets the item's identifier.
anIdentifier | the new identifier for the item |
Definition at line 115 of file CPTabViewItem.j.
|
implementation |
Sets the CPTabViewItem's label.
aLabel | the label for the item |
Definition at line 88 of file CPTabViewItem.j.
|
implementation |
Sets the view that gets displayed in this tab.
Definition at line 132 of file CPTabViewItem.j.
|
implementation |
Returns the tab's current state.
Definition at line 105 of file CPTabViewItem.j.
|
implementation |
Returns the tab view that contains this item.
Definition at line 173 of file CPTabViewItem.j.
|
implementation |
Returns the tab's view.
Definition at line 146 of file CPTabViewItem.j.