API  0.9.7
 All Classes Files Functions Variables Macros Groups Pages
CPAccordionViewItem Class Reference

#import <CPAccordionViewItem.h>

+ Inheritance diagram for CPAccordionViewItem:

Instance Methods

(CPString- identifier
 
(id) - init
 
(id) - initWithIdentifier:
 
(CPString- label
 
(void) - setIdentifier:
 
(void) - setLabel:
 
(void) - setView:
 
(CPView- view
 

Detailed Description

A CPAccordionViewItem represents a single section of a CPAccordionView.

Definition at line 32 of file CPAccordionView.j.

Method Documentation

- (CPString) identifier
implementation

Synthesized accessor method.

Provided by category CPAccordionViewItem(CPSynthesizedAccessors).

Definition at line 416 of file CPAccordionView.j.

- (id) init
implementation

Definition at line 39 of file CPAccordionView.j.

- (id) initWithIdentifier: (CPString anIdentifier
implementation

Initializes a new CPAccordionViewItem with the specified identifier. This identifier may then be used in subsequent methods to provide abstract introspection of the CPAccordionView.

Definition at line 48 of file CPAccordionView.j.

- (CPString) label
implementation

Synthesized accessor method.

Provided by category CPAccordionViewItem(CPSynthesizedAccessors).

Definition at line 448 of file CPAccordionView.j.

- (void) setIdentifier: (CPString aValue
implementation

Synthesized accessor method.

Provided by category CPAccordionViewItem(CPSynthesizedAccessors).

Definition at line 424 of file CPAccordionView.j.

- (void) setLabel: (CPString aValue
implementation

Synthesized accessor method.

Provided by category CPAccordionViewItem(CPSynthesizedAccessors).

Definition at line 456 of file CPAccordionView.j.

- (void) setView: (CPView aValue
implementation

Synthesized accessor method.

Provided by category CPAccordionViewItem(CPSynthesizedAccessors).

Definition at line 440 of file CPAccordionView.j.

- (CPView) view
implementation

Synthesized accessor method.

Provided by category CPAccordionViewItem(CPSynthesizedAccessors).

Definition at line 432 of file CPAccordionView.j.


The documentation for this class was generated from the following file: