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

#import <CPRadioGroup.h>

+ Inheritance diagram for CPRadioGroup:

Instance Methods

(SEL) - action
 
(BOOL) - enabled
 
(void) - encodeWithCoder:
 
(BOOL) - hidden
 
(id) - init
 
(id) - initWithCoder:
 
(CPArray) - radios
 
(CPRadio- selectedRadio
 
(int) - selectedRadioIndex
 
(void) - selectRadioAtIndex:
 
(BOOL) - selectRadioWithTag:
 
(void) - setAction:
 
(void) - setEnabled:
 
(void) - setHidden:
 
(void) - setTarget:
 
(id) - target
 

Class Methods

(void) + initialize
 

Detailed Description

Definition at line 202 of file CPRadio.j.

Method Documentation

- (SEL) action
implementation

Synthesized accessor method.

Provided by category CPRadioGroup(CPSynthesizedAccessors).

Definition at line 527 of file CPRadio.j.

- (BOOL) enabled
implementation

Synthesized accessor method.

Provided by category CPRadioGroup(CPSynthesizedAccessors).

Definition at line 495 of file CPRadio.j.

- (void) encodeWithCoder: (CPCoder aCoder
implementation

Provided by category CPRadioGroup(CPCoding).

Definition at line 379 of file CPRadio.j.

- (BOOL) hidden
implementation

Synthesized accessor method.

Provided by category CPRadioGroup(CPSynthesizedAccessors).

Definition at line 503 of file CPRadio.j.

- (id) init
implementation

Definition at line 227 of file CPRadio.j.

+ (void) initialize
implementation

Definition at line 214 of file CPRadio.j.

- (id) initWithCoder: (CPCoder aCoder
implementation

Provided by category CPRadioGroup(CPCoding).

Definition at line 366 of file CPRadio.j.

- (CPArray) radios
implementation

Definition at line 299 of file CPRadio.j.

- (CPRadio) selectedRadio
implementation

Returns the CPRadio that is currently selected within the group, or nil if none are selected.

Definition at line 284 of file CPRadio.j.

- (int) selectedRadioIndex
implementation

Returns the index of the selected radio within the array of radio buttons. Buttons are numbered going left to right and top to bottom. Returns -1 if no radio within the group is selected.

Definition at line 294 of file CPRadio.j.

- (void) selectRadioAtIndex: (int)  index
implementation

Selects the radio button at the given index within the group. If index is -1, all of the radio buttons are turned off.

Definition at line 246 of file CPRadio.j.

- (BOOL) selectRadioWithTag: (int)  tag
implementation

Selects the first radio button within the group with the given tag. If a radio button with the given tag is found, selects it and returns YES. Otherwise returns NO.

Definition at line 264 of file CPRadio.j.

- (void) setAction: (SEL)  aValue
implementation

Synthesized accessor method.

Provided by category CPRadioGroup(CPSynthesizedAccessors).

Definition at line 535 of file CPRadio.j.

- (void) setEnabled: (BOOL)  enabled
implementation

Definition at line 304 of file CPRadio.j.

- (void) setHidden: (BOOL)  hidden
implementation

Definition at line 309 of file CPRadio.j.

- (void) setTarget: (id)  aValue
implementation

Synthesized accessor method.

Provided by category CPRadioGroup(CPSynthesizedAccessors).

Definition at line 519 of file CPRadio.j.

- (id) target
implementation

Synthesized accessor method.

Provided by category CPRadioGroup(CPSynthesizedAccessors).

Definition at line 511 of file CPRadio.j.


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