API  1.0.0
CPButton(CPCoding) Category Reference

Instance Methods

(void) - encodeWithCoder:
 
(id) - initWithCoder:
 

Detailed Description

Definition at line 940 of file CPButton.j.

Method Documentation

◆ encodeWithCoder:()

- (void) encodeWithCoder: (CPCoder aCoder
implementation

Archives this button into the provided coder.

Parameters
aCoderthe coder to which the button's instance data will be written.

Extends class CPButton.

Definition at line 998 of file CPButton.j.

◆ initWithCoder:()

- (id) initWithCoder: (CPCoder aCoder
implementation

Initializes the button by unarchiving data from aCoder.

Parameters
aCoderthe coder containing the archived CPButton.

Extends class CPButton.

Definition at line 946 of file CPButton.j.


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