ECXMLControlSetAttributeRule


Abstract

Used to call the appropriate method in order to hand-off an the attribute's value

Methods

-actOn:
-mayActOn:
-respondsToContext

actOn:


- (BOOL) actOn: (ECXMLControlContext *) aContext;
Parameter Descriptions
aContext
current context to evaluate
method result
YES if no more rules should be evaluated

mayActOn:


See Also:
respondsToContext
- (BOOL) mayActOn: (ECXMLControlContext *) aContext;
Parameter Descriptions
aContext
current context to evaluate

respondsToContext


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)