ECXMLControlReferenceRule


This rule allows the definition of anchors and their corresponding references.
Superclass: ECObject



Through this rule it is possible to set an anchor and by doing so, to refer to the corresponding object later in the xml parsing step. The reference results in a corresponding setter call. Example:

<house id="house-id"/>

<Contract price="128.231,75" object-idref="house-id"/> In this example the object allocated by <Contracr> will be hand-off the previously allocate instance related to <house> by calling the related setter method setObject or addObject.

The underlying rules are as follows:

Regarding the lookup for the corresponding setting method please refer to ECXMLControlSetterLookupUtil.



(Last Updated November 08, 2007)
HTML documentation generated by HeaderDoc