execution"

From Documentation
m (Created page with '{{ZKDevelopersGuidePageHeader}} [http://www.zkoss.org/javadoc/3.5.1/zk/org/zkoss/zk/ui/execution.html <tt>org.zkoss.zk.ui.Execution</tt>] :<tt>getArg</tt> : Returns the paramet…')
 
m
Line 1: Line 1:
 
{{ZKDevelopersGuidePageHeader}}
 
{{ZKDevelopersGuidePageHeader}}
  
[http://www.zkoss.org/javadoc/3.5.1/zk/org/zkoss/zk/ui/execution.html <tt>org.zkoss.zk.ui.Execution</tt>]
+
[http://www.zkoss.org/javadoc/3.5.1/zk/org/zkoss/zk/ui/execution.html <javadoc type="interface">org.zkoss.zk.ui.Execution</javadoc>]
  
 
:<tt>getArg</tt> : Returns the parameters (aka., arg) if <tt>pushArg</tt> is called recently.
 
:<tt>getArg</tt> : Returns the parameters (aka., arg) if <tt>pushArg</tt> is called recently.

Revision as of 05:05, 15 July 2010

Stop.png This documentation is for an older version of ZK. For the latest one, please click here.


Execution

getArg : Returns the parameters (aka., arg) if pushArg is called recently.
getParameter : Returns the value of a request parameter as a String. a example



Last Update : 2010/07/15

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