Parameters"

From Documentation
m (replace tt with code (via JWB))
Line 3: Line 3:
  
  
You can retrieve value or implicit objects from various context scopes in '''initial methods''' (methods with <tt> '''@Init''' </tt>) and '''command methods''' (methods with <tt> '''@Command''' </tt>) by applying parameter related annotation on these method's parameters. We'll list all parameter related annotations in the following sections.
+
You can retrieve value or implicit objects from various context scopes in '''initial methods''' (methods with <code> '''@Init''' </code>) and '''command methods''' (methods with <code> '''@Command''' </code>) by applying parameter related annotation on these method's parameters. We'll list all parameter related annotations in the following sections.
  
  

Revision as of 14:14, 12 January 2022

Stop.png This article is out of date, please refer to zk-mvvm-book/8.0/syntax/viewmodel/parameters for more up to date information.


You can retrieve value or implicit objects from various context scopes in initial methods (methods with @Init ) and command methods (methods with @Command ) by applying parameter related annotation on these method's parameters. We'll list all parameter related annotations in the following sections.



Subsections:



Last Update : 2022/01/12

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.