Nesting.MultiSelect
(Created page with "{| class="wikitable" !#TargetType.TaggedValue !CommaSeparatedExampleValues !Short Description |- |#Nesting.MultiSelect |True,False |Allows multi-select - you can then expect v...")
 
No edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>
{| class="wikitable"
{| class="wikitable"
!#TargetType.TaggedValue
!#TargetType.TaggedValue
Line 8: Line 9:
|Allows multi-select - you can then expect vSelected_<NameOfNesting> to be maintained
|Allows multi-select - you can then expect vSelected_<NameOfNesting> to be maintained
|}
|}
<code><span class="col-black">'''#Nesting.MultiSelect'''</span></code> changes the behavior of table/grid so that you can select many things. <code><span class="col-black">'''vSelected'''</span></code> is a list of collection objects that can be used in OCL to act on those selected.
'''See also:''' [[Documentation:VCurrent and vSelected|VCurrent and vSelected]]
[[Category:Tagged Values]]
{{Edited|July|12|2025}}

Latest revision as of 05:29, 27 February 2025

This page was created by Stephanie@mdriven.net on 2023-05-18. Last edited by Stephanie@mdriven.net on 2025-02-27.
#TargetType.TaggedValue CommaSeparatedExampleValues Short Description
#Nesting.MultiSelect True,False Allows multi-select - you can then expect vSelected_<NameOfNesting> to be maintained

#Nesting.MultiSelect changes the behavior of table/grid so that you can select many things. vSelected is a list of collection objects that can be used in OCL to act on those selected.

See also: VCurrent and vSelected