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
Line 2: Line 2:
  
  
You can retrieve value or implicit objects from various context scope 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 <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.



Subsections:



Last Update : 2012/02/10

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