Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
Toggles tree rows expanded/collapsedInfo | Value |
---|---|
Component Type | com.webmethods.caf.faces.tree.TreeControl |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.tree.TreeControl |
Description | Toggles tree rows expanded/collapsed |
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 |
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. |
showSortLink | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to display the column header as a column sort link |
allowToggle | false | javax.el.ValueExpression
(must evaluate to boolean )
| Allowing toggling between sorting ascending and sorting descending |
ascending | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to sort from A-Z, 1-10, Jan-Dec, etc. |
group | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Display title of column group (for Add/Remove Columns dialog); null or "" is the Default group |
nowrap | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if column should be as wide as widest line in the column content |
ordinal | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| Primacy of this column in sorting the table; 0 = none, 1 = primary, 2 = secondary, etc |
sort | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Sort key |
width | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Width of table in pixels ('100') or percent ('100%') |
Output generated by Vdldoc View Declaration Language Documentation Generator.