ListActions
(Replacing message template with parser tag)
No edit summary
Line 1: Line 1:
<message>Write the content here to display this box</message>
<message>Write the content here to display this box</message>
ListActions are ..........


ListActions is method that returns all available actions of a Nesting. The method is available within the context of the ViewModel for customizing the display of actions within the UI.
{| class="wikitable"
!OCL
!
|-
|selfVM.ListActions(<nameofNesting>)
|Returns all available actions of Nesting
|-
|
|
|}
'''Argument'''


The content for this page will be added soon.
<code>nameofNesting</code>: String
 
String name of Nesting. Use [[Documentation:Nestings|selfVM.Nesting]] to set nesting name for better error checking when name of nesting is changed.
 
'''Return Type'''
 
<code>Collection(ActionInstance)</code>
 
==== '''ActionInstance Attributes''' ====
'''ActionName: String'''
 
Name of the action.
 
'''Enabled: Boolean'''
 
true if action is enabled.
 
'''Group: String'''
 
'''Hint: String'''
 
IsNavigating: Boolean
 
'''NestingName: String'''
 
Name of ViewModel Nesting
 
'''Presentation: String'''
 
String representation of ViewModel

Revision as of 23:20, 10 September 2024


ListActions is method that returns all available actions of a Nesting. The method is available within the context of the ViewModel for customizing the display of actions within the UI.

OCL
selfVM.ListActions(<nameofNesting>) Returns all available actions of Nesting

Argument

nameofNesting: String

String name of Nesting. Use selfVM.Nesting to set nesting name for better error checking when name of nesting is changed.

Return Type

Collection(ActionInstance)

ActionInstance Attributes

ActionName: String

Name of the action.

Enabled: Boolean

true if action is enabled.

Group: String

Hint: String

IsNavigating: Boolean

NestingName: String

Name of ViewModel Nesting

Presentation: String

String representation of ViewModel

This page was edited 1 days ago on 09/19/2024. What links here