![]() |
API 0.9.5
|
#import <CPAccordionViewItem.h>
Instance Methods | |
(CPString) | - identifier |
(id) | - init |
(id) | - initWithIdentifier: |
(CPString) | - label |
(void) | - setIdentifier: |
(void) | - setLabel: |
(void) | - setView: |
(CPView) | - view |
A CPAccordionViewItem represents a single section of a CPAccordionView.
Definition at line 32 of file CPAccordionView.j.
- (CPString) identifier |
Synthesized accessor method.
Definition at line 416 of file CPAccordionView.j.
- (id) init |
Definition at line 39 of file CPAccordionView.j.
- (id) initWithIdentifier: | (CPString) | anIdentifier |
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 |
Synthesized accessor method.
Definition at line 448 of file CPAccordionView.j.
- (void) setIdentifier: | (CPString) | aValue |
Synthesized accessor method.
Definition at line 424 of file CPAccordionView.j.
- (void) setLabel: | (CPString) | aValue |
Synthesized accessor method.
Definition at line 456 of file CPAccordionView.j.
- (void) setView: | (CPView) | aValue |
Synthesized accessor method.
Definition at line 440 of file CPAccordionView.j.
- (CPView) view |
Synthesized accessor method.
Definition at line 432 of file CPAccordionView.j.