API  1.0.0
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
 
- Instance Methods inherited from CPObject
(void) - addObserver:forKeyPath:options:context:
 
(void) - applyChange:toKeyPath:
 
(id) - autorelease
 
(id) - awakeAfterUsingCoder:
 
(void) - awakeFromCib
 
(void) - bind:toObject:withKeyPath:options:
 
(Class) - classForCoder
 
(Class) - classForKeyedArchiver
 
(CPString- className
 
(id) - copy
 
(void) - dealloc
 
(CPString- description
 
(CPDictionary- dictionaryWithValuesForKeys:
 
(void) - didChange:valuesAtIndexes:forKey:
 
(void) - didChangeValueForKey:
 
(void) - didChangeValueForKey:withSetMutation:usingObjects:
 
(void) - doesNotRecognizeSelector:
 
(CPArray) - exposedBindings
 
(id) - forwardingTargetForSelector:
 
(void) - forwardInvocation:
 
(unsigned) - hash
 
(BOOL) - implementsSelector:
 
(CPDictionary- infoForBinding:
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(IMP) - methodForSelector:
 
(CPMethodSignature) - methodSignatureForSelector:
 
(id) - mutableArrayValueForKey:
 
(id) - mutableArrayValueForKeyPath:
 
(id) - mutableCopy
 
(id) - mutableSetValueForKey:
 
(id) - mutableSetValueForKeyPath:
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(void) - performSelector:withObject:afterDelay:
 
(void) - performSelector:withObject:afterDelay:inModes:
 
(id) - performSelector:withObject:withObject:
 
(id) - performSelector:withObjects:
 
(void) - release
 
(void) - removeObserver:forKeyPath:
 
(id) - replacementObjectForArchiver:
 
(id) - replacementObjectForCoder:
 
(id) - replacementObjectForKeyedArchiver:
 
(BOOL) - respondsToSelector:
 
(id) - retain
 
(id) - self
 
(void) - setValue:forKey:
 
(void) - setValue:forKeyPath:
 
(void) - setValue:forUndefinedKey:
 
(void) - setValuesForKeysWithDictionary:
 
(CPString- UID
 
(void) - unbind:
 
(Class) - valueClassForBinding:
 
(id) - valueForKey:
 
(id) - valueForKeyPath:
 
(id) - valueForUndefinedKey:
 
(void) - willChange:valuesAtIndexes:forKey:
 
(void) - willChangeValueForKey:
 
(void) - willChangeValueForKey:withSetMutation:usingObjects:
 

Class Methods

(void) + initialize
 
(BOOL) + isBindingExclusive:
 
- Class Methods inherited from CPObject
(BOOL) + accessInstanceVariablesDirectly
 
(id) + alloc
 
(id) + allocWithCoder:
 
(BOOL) + automaticallyNotifiesObserversForKey:
 
(void) + cancelPreviousPerformRequestsWithTarget:
 
(void) + cancelPreviousPerformRequestsWithTarget:selector:object:
 
(Class) + class
 
(BOOL) + conformsToProtocol:
 
(void) + exposeBinding:
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesImplementSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isSubclassOfClass:
 
(CPSet) + keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + object:performSelector:withObject:afterDelay:inModes:
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 

Detailed Description

Definition at line 201 of file CPRadio.j.

Method Documentation

◆ action()

- (SEL) action
implementation

Synthesized accessor method.

Provided by category CPRadioGroup(CPSynthesizedAccessors).

Definition at line 511 of file CPRadio.j.

◆ enabled()

- (BOOL) enabled
implementation

Synthesized accessor method.

Provided by category CPRadioGroup(CPSynthesizedAccessors).

Definition at line 479 of file CPRadio.j.

◆ encodeWithCoder:()

- (void) encodeWithCoder: (CPCoder aCoder
implementation

Provided by category CPRadioGroup(CPCoding).

Definition at line 378 of file CPRadio.j.

◆ hidden()

- (BOOL) hidden
implementation

Synthesized accessor method.

Provided by category CPRadioGroup(CPSynthesizedAccessors).

Definition at line 487 of file CPRadio.j.

◆ init()

- (id) init
implementation

Initializes the receiver

Returns
the initialized receiver

Reimplemented from CPObject.

Definition at line 226 of file CPRadio.j.

◆ initialize()

+ (void) initialize
implementation

Reimplemented from CPObject.

Definition at line 213 of file CPRadio.j.

◆ initWithCoder:()

- (id) initWithCoder: (CPCoder aCoder
implementation

Provided by category CPRadioGroup(CPCoding).

Definition at line 365 of file CPRadio.j.

◆ isBindingExclusive:()

+ (BOOL) isBindingExclusive: (CPString aBinding
implementation

Reimplemented from CPObject.

Provided by category CPRadioGroup(BindingSupport).

Definition at line 406 of file CPRadio.j.

◆ radios()

- (CPArray) radios
implementation

Definition at line 298 of file CPRadio.j.

◆ selectedRadio()

- (CPRadio) selectedRadio
implementation

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

Definition at line 283 of file CPRadio.j.

◆ selectedRadioIndex()

- (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 293 of file CPRadio.j.

◆ selectRadioAtIndex:()

- (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 245 of file CPRadio.j.

◆ selectRadioWithTag:()

- (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 263 of file CPRadio.j.

◆ setAction:()

- (void) setAction: (SEL)  aValue
implementation

Synthesized accessor method.

Provided by category CPRadioGroup(CPSynthesizedAccessors).

Definition at line 519 of file CPRadio.j.

◆ setEnabled:()

- (void) setEnabled: (BOOL)  enabled
implementation

Definition at line 303 of file CPRadio.j.

◆ setHidden:()

- (void) setHidden: (BOOL)  hidden
implementation

Definition at line 308 of file CPRadio.j.

◆ setTarget:()

- (void) setTarget: (id)  aValue
implementation

Synthesized accessor method.

Provided by category CPRadioGroup(CPSynthesizedAccessors).

Definition at line 503 of file CPRadio.j.

◆ target()

- (id) target
implementation

Synthesized accessor method.

Provided by category CPRadioGroup(CPSynthesizedAccessors).

Definition at line 495 of file CPRadio.j.


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