Tree Toggle - caf_h:dataTreeToggle

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.tree.TreeControl
Handler Classcom.webmethods.caf.faces.component.table.html.HtmlTableColumnHandler
Renderer Typecom.webmethods.caf.faces.tree.TreeControl
Description Toggles tree rows expanded/collapsed
Palette LocationCAF Html/Control/Table/Tree Toggle
Client-Side ModelCAF.Tree.Control.Model
Attributes 
NameRequiredTypeDescription
accesskeyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Keyboard shortcut letter
allowTogglefalsejavax.el.ValueExpression
(must evaluate to boolean)
Allowing toggling between sorting ascending and sorting descending

If not specified, the default value is "true".

ascendingfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to sort from A-Z, 1-10, Jan-Dec, etc.

If not specified, the default value is "true".

groupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Display title of column group (for Add/Remove Columns dialog); null or "" is the Default group
idfalsejava.lang.String Control identifier
nowrapfalsejavax.el.ValueExpression
(must evaluate to boolean)
True if column should be as wide as widest line in the column content

If not specified, the default value is "true".

ordinalfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Primacy of this column in sorting the table; 0 = none, 1 = primary, 2 = secondary, etc

If not specified, the default value is "0".

renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

If not specified, the default value is "true".

sortfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Sort key
tabindexfalsejavax.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.
widthfalsejavax.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.