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

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

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

--- myfaces/site/tlddoc/wap/commandLink.html	2005/05/08 15:47:03	169137
+++ myfaces/site/tlddoc/wap/commandLink.html	2005/05/08 15:50:34	169138
@@ -73,35 +73,35 @@
 <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>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Defines a text identifying the link.</td>
-</tr>
-<tr valign="top">
-<td>xmllang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The xml:lang attribute specifies the natural or formal language of an element or its attributes.</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>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Space-separated list of style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.</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>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>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>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>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>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>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>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>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Space-separated list of style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.</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>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Defines a text identifying the link.</td>
 </tr>
 <tr valign="top">
 <td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The current value of this component. TODO: implement this attribute.</td>
 </tr>
+<tr valign="top">
+<td>xmllang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The xml:lang attribute specifies the natural or formal language of an element or its attributes.</td>
+</tr>
 </table>
 <br>
 <p></p>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26