- Inherits from:
- EOAssociation : EODelayedObserver : NSObject
- Conforms to:
- NSCoding
- (EOAssociation)
- EOObserving (EODelayedObserver)
- NSObject (NSObject)
Declared in:
- EOInterface/EORadioMatrixAssociation.h
EORadioMatrixAssociation displays a string or an integer in
an NSMatrix. EORadioMatrixAssociation includes three aspects: selectedTitle,
which is useful for values representable as strings; selectedTag, for
integer values; and enabled for
enabling and disabling the NSMatrix.
| Usable With |
| NSMatrix |
| Aspects | |
| selectedTitle | An attribute of the selected object whose values can be represented as strings. |
| selectedTag | An integer attribute of the selected object. |
| enabled | A boolean attribute of the selected object, which determines whether the matrix is enabled. |
| Object Keys Taken | |
| target | When the user chooses an item in the matrix, the EORadioMatrixAssociation updates the selected object's property with the item's title or tag. |
- (void)setTagValueForOther:(int)tag
- (int)tagValueForOther