ECXMLControlSetAttributeRule
Abstract
Used to call the appropriate method in order to hand-off an
the attribute's value
Methods
- -actOn:
- -mayActOn:
- -respondsToContext
- (BOOL) actOn: (ECXMLControlContext *) aContext;
Parameter Descriptions
aContext
- current context to evaluate
- method result
- YES if no more rules should be evaluated
See Also:
- respondsToContext
- (BOOL) mayActOn: (ECXMLControlContext *) aContext;
Parameter Descriptions
aContext
- current context to evaluate
See Also:
- mayActOn:
- (BOOL) mayActOn: (ECXMLControlContext *) aContext;
Parameter Descriptions
aContext
- current context to evaluate
- method result
- YES if the receiver should be valuated according to the given
context
(Last Updated November 08, 2007)