forEachEnd"
From Documentation
Maya001122 (talk | contribs) (Created page with '== The forEachEnd Attribute == forEachEnd="${''an-EL-expr''}" It is used with the <tt>forEach</tt> attribute to specify the index (starting from 0) the iteration shall ends at …') |
m (correct highlight (via JWB)) |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{ZUMLReferencePageHeader}} | |
+ | |||
+ | '''Syntax:''' | ||
forEachEnd="${''an-EL-expr''}" | forEachEnd="${''an-EL-expr''}" | ||
− | + | The <code>forEach</code> attribute is used to specify the index (starting from 0) which element iteration should end at (inclusive). If not specified, the iterations ends at the last element. | |
+ | |||
+ | If <code>forEachEnd</code> is greater than or equals to the number of elements, the iteration ends at the last element. | ||
+ | |||
+ | ==Version History== | ||
+ | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Date !! Content | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
− | + | {{ZUMLReferencePageFooter}} |
Latest revision as of 13:27, 19 January 2022
Syntax:
forEachEnd="${an-EL-expr}"
The forEach
attribute is used to specify the index (starting from 0) which element iteration should end at (inclusive). If not specified, the iterations ends at the last element.
If forEachEnd
is greater than or equals to the number of elements, the iteration ends at the last element.
Version History
Version | Date | Content |
---|---|---|