Parameters"
From Documentation
(Created page with "{{ZKDevelopersReferencePageHeader}} You can retrieve value or implicit objects from various context scope in '''initial methods''' (methods with <tt> '''@Init''' </tt>) and '''...") |
m (replace tt with code (via JWB)) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ZKDevelopersReferencePageHeader}} | {{ZKDevelopersReferencePageHeader}} | ||
+ | {{Deprecated | url=[http://books.zkoss.org/zk-mvvm-book/8.0/syntax/parameters.html zk-mvvm-book/8.0/syntax/viewmodel/parameters]|}} | ||
− | You can retrieve value or implicit objects from various context | + | 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. |
Latest revision as of 15:05, 12 January 2022
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.