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 '''...") |
Tmillsclare (talk | contribs) m |
||
Line 2: | Line 2: | ||
− | 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 <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. |
Revision as of 04:43, 10 February 2012
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.