API 0.9.5
CPTabViewItem Class Reference

#import <CPTabViewItem.h>

Inheritance diagram for CPTabViewItem:

List of all members.

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

Detailed Description

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.


Method Documentation

- (CPView) auxiliaryView

Returns the tab's auxiliary view

Definition at line 157 of file CPTabViewItem.j.

- (void) encodeWithCoder: (CPCoder aCoder

Definition at line 205 of file CPTabViewItem.j.

- (id) identifier

Returns the tab's identifier.

Definition at line 122 of file CPTabViewItem.j.

- (id) init

Definition at line 63 of file CPTabViewItem.j.

- (id) initWithCoder: (CPCoder aCoder

Definition at line 189 of file CPTabViewItem.j.

- (id) initWithIdentifier: (id)  anIdentifier

Initializes the tab view item with the specified identifier.

Returns:
the initialized CPTabViewItem

Definition at line 72 of file CPTabViewItem.j.

- (CPString) label

Returns the CPTabViewItem's label

Definition at line 95 of file CPTabViewItem.j.

- (void) setAuxiliaryView: (CPView anAuxiliaryView

Sets the tab's auxiliary view.

Parameters:
anAuxiliaryViewthe new auxiliary view

Definition at line 149 of file CPTabViewItem.j.

- (void) setIdentifier: (id)  anIdentifier

Sets the item's identifier.

Parameters:
anIdentifierthe new identifier for the item

Definition at line 114 of file CPTabViewItem.j.

- (void) setLabel: (CPString aLabel

Sets the CPTabViewItem's label.

Parameters:
aLabelthe label for the item

Definition at line 87 of file CPTabViewItem.j.

- (void) setView: (CPView aView

Sets the view that gets displayed in this tab.

Definition at line 131 of file CPTabViewItem.j.

- (CPTabState) tabState

Returns the tab's current state.

Definition at line 104 of file CPTabViewItem.j.

- (CPTabView) tabView

Returns the tab view that contains this item.

Definition at line 166 of file CPTabViewItem.j.

- (CPView) view

Returns the tab's view.

Definition at line 139 of file CPTabViewItem.j.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Defines