Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
Adds a new template row to a tableInfo | Value |
---|---|
Component Type | com.webmethods.caf.faces.table.AddRowLink |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.table.AddRowLink |
Description | Adds a new template row to a table |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control identifier |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to render control; false to ignore it |
label | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control label |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "style" attribute value |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "class" attribute value |
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "title" attribute value (often displayed as a tooltip) |
dir | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the directionality of the flow of the content for the current element |
lang | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the language of the enclosed content |
accesskey | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Keyboard shortcut letter |
tabindex | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Order in tab (key) sequence, from 1 to n. Zero adds control to tab sequence, negative integer removes control. |
for | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Table for which to add a row |
row | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Id or index of row in front of which to insert new row |
addLastRowOnly | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to enable Add for the last row only |
Output generated by Vdldoc View Declaration Language Documentation Generator.