#import <CPRadioGroup.h>
Definition at line 202 of file CPRadio.j.
- (void) encodeWithCoder: |
|
(CPCoder) |
aCoder |
|
|
implementation |
- (id) initWithCoder: |
|
(CPCoder) |
aCoder |
|
|
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 |
- (void) setEnabled: |
|
(BOOL) |
enabled |
|
|
implementation |
- (void) setHidden: |
|
(BOOL) |
hidden |
|
|
implementation |
- (void) setTarget: |
|
(id) |
aValue |
|
|
implementation |
The documentation for this class was generated from the following files: