API  0.9.9
CPViewController(CPSynthesizedAccessors) Category Reference

Instance Methods

(CPBundle- cibBundle
 
(CPDictionary- cibExternalNameTable
 
(CPString- cibName
 
(BOOL) - isViewLoaded
 
(id) - representedObject
 
(void) - setRepresentedObject:
 
(void) - setTitle:
 
(void) - setView:
 
(CPString- title
 
(CPView- view
 

Detailed Description

Definition at line 382 of file CPViewController.j.

Method Documentation

- (CPBundle) cibBundle
implementation

Synthesized accessor method.

Extends class CPViewController.

Definition at line 451 of file CPViewController.j.

- (CPDictionary) cibExternalNameTable
implementation

Synthesized accessor method.

Extends class CPViewController.

Definition at line 459 of file CPViewController.j.

- (CPString) cibName
implementation

Synthesized accessor method.

Extends class CPViewController.

Definition at line 443 of file CPViewController.j.

- (BOOL) isViewLoaded
implementation

Synthesized accessor method.

Extends class CPViewController.

Definition at line 403 of file CPViewController.j.

- (id) representedObject
implementation

Synthesized accessor method.

Extends class CPViewController.

Definition at line 411 of file CPViewController.j.

- (void) setRepresentedObject: (id)  aValue
implementation

Synthesized accessor method.

Extends class CPViewController.

Definition at line 419 of file CPViewController.j.

- (void) setTitle: (CPString aValue
implementation

Synthesized accessor method.

Extends class CPViewController.

Definition at line 435 of file CPViewController.j.

- (void) setView: (CPView aView
implementation

Synthesized accessor method.

Manually sets the view that the controller manages.

Setting to nil will cause -loadView to be called on all subsequent calls of -view.

Parameters
aViewThe view this controller should represent.

Extends class CPViewController.

Definition at line 395 of file CPViewController.j.

- (CPString) title
implementation

Synthesized accessor method.

Extends class CPViewController.

Definition at line 427 of file CPViewController.j.

- (CPView) view
implementation

Synthesized accessor method.

Returns the view that the controller manages.

If this property is nil, the controller sends loadView to itself to create the view that it manages. Subclasses should override the loadView method to create any custom views. The default value is nil.

Extends class CPViewController.

Definition at line 387 of file CPViewController.j.


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