MDrivenStart DefineUserActions
No edit summary |
No edit summary Tag: 2017 source edit |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
User actions | User actions come in three flavors: | ||
# '''[[MDrivenStart GlobalActions|Global actions]]''' end up in the main menu and usually bring up a user interface (based on a [[ViewModel]]). | # '''[[MDrivenStart:MDrivenStart GlobalActions|Global actions]]''' end up in the main menu and usually bring up a user interface (based on a [[Documentation:ViewModel|ViewModel]]). | ||
# '''[[MDrivenStart ClassActions|Class actions]]''' | # '''[[MDrivenStart:MDrivenStart ClassActions|Class actions]]''' are shown in the user interface (in the left side menu) whenever they find an object of the class they are defined for. | ||
# '''[[MDrivenStart ViewModelActions|ViewModel actions]]''' | # '''[[MDrivenStart:MDrivenStart ViewModelActions|ViewModel actions]]''' are specific to one view only. | ||
{{Template:MDrivenStart_Template}} | {{Template:MDrivenStart_Template}} | ||
[[Category:MDrivenStart]] | [[Category:MDrivenStart]] |
Latest revision as of 05:55, 27 February 2025
This page was created by Hans.karlsen@mdriven.net on 2020-07-08. Last edited by Stephanie@mdriven.net on 2025-02-27.
User actions come in three flavors:
- Global actions end up in the main menu and usually bring up a user interface (based on a ViewModel).
- Class actions are shown in the user interface (in the left side menu) whenever they find an object of the class they are defined for.
- ViewModel actions are specific to one view only.