API  1.0.0
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 492 of file CPViewController.j.

Method Documentation

◆ cibBundle()

- (CPBundle) cibBundle
implementation

Synthesized accessor method.

Extends class CPViewController.

Definition at line 561 of file CPViewController.j.

◆ cibExternalNameTable()

- (CPDictionary) cibExternalNameTable
implementation

Synthesized accessor method.

Extends class CPViewController.

Definition at line 569 of file CPViewController.j.

◆ cibName()

- (CPString) cibName
implementation

Synthesized accessor method.

Extends class CPViewController.

Definition at line 553 of file CPViewController.j.

◆ isViewLoaded()

- (BOOL) isViewLoaded
implementation

Synthesized accessor method.

Extends class CPViewController.

Definition at line 513 of file CPViewController.j.

◆ representedObject()

- (id) representedObject
implementation

Synthesized accessor method.

Extends class CPViewController.

Definition at line 521 of file CPViewController.j.

◆ setRepresentedObject:()

- (void) setRepresentedObject: (id)  aValue
implementation

Synthesized accessor method.

Extends class CPViewController.

Definition at line 529 of file CPViewController.j.

◆ setTitle:()

- (void) setTitle: (CPString aValue
implementation

Synthesized accessor method.

Extends class CPViewController.

Definition at line 545 of file CPViewController.j.

◆ setView:()

- (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 505 of file CPViewController.j.

◆ title()

- (CPString) title
implementation

Synthesized accessor method.

Extends class CPViewController.

Definition at line 537 of file CPViewController.j.

◆ view()

- (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 497 of file CPViewController.j.


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