/[Apache-SVN]/myfaces/site/tlddoc/wap/commandButton.html
ViewVC logotype

Diff of /myfaces/site/tlddoc/wap/commandButton.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- myfaces/site/tlddoc/wap/commandButton.html	2005/05/08 15:47:03	169137
+++ myfaces/site/tlddoc/wap/commandButton.html	2005/05/08 15:50:34	169138
@@ -73,31 +73,31 @@
 <td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td>
 </tr>
 <tr valign="top">
-<td>type</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Defines the type of the "do" element.This attribute tells to the browser how present this element. Possible values: (accept | prev | help | reset | options | delete | unknown | x-* | vnd.*). Default value is "accept".</td>
+<td>action</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding representing the application action to invoke when this component is activated by the user. The expression must evaluate to a public method that takes no parameters, and returns a String (the logical outcome) which is passed to the NavigationHandler for this application.</td>
 </tr>
 <tr valign="top">
-<td>optional</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If set to true, the browser ignores this element. If set to false, the browser does not ignore this element. Default is "false".</td>
+<td>actionListener</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding representing an action listener method that will be notified when this component is activated by the user. The expression must evaluate to a public method that takes an ActionEvent parameter, with a return type of void.</td>
 </tr>
 <tr valign="top">
-<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the value property of the UICommand. This is most often rendered as a label.</td>
+<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The value binding expression linking this component to a property in a backing bean.</td>
 </tr>
 <tr valign="top">
-<td>action</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding representing the application action to invoke when this component is activated by the user. The expression must evaluate to a public method that takes no parameters, and returns a String (the logical outcome) which is passed to the NavigationHandler for this application.</td>
+<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The component identifier for the associated component.</td>
 </tr>
 <tr valign="top">
-<td>actionListener</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding representing an action listener method that will be notified when this component is activated by the user. The expression must evaluate to a public method that takes an ActionEvent parameter, with a return type of void.</td>
+<td>immediate</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase.</td>
 </tr>
 <tr valign="top">
-<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The component identifier for the associated component.</td>
+<td>optional</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If set to true, the browser ignores this element. If set to false, the browser does not ignore this element. Default is "false".</td>
 </tr>
 <tr valign="top">
 <td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.</td>
 </tr>
 <tr valign="top">
-<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The value binding expression linking this component to a property in a backing bean.</td>
+<td>type</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Defines the type of the "do" element.This attribute tells to the browser how present this element. Possible values: (accept | prev | help | reset | options | delete | unknown | x-* | vnd.*). Default value is "accept".</td>
 </tr>
 <tr valign="top">
-<td>immediate</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase.</td>
+<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the value property of the UICommand. This is most often rendered as a label.</td>
 </tr>
 </table>
 <br>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26