Truncating Column - caf_h:columnTruncating

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.table.TruncatingColumn
Handler Classcom.webmethods.caf.faces.component.table.html.HtmlTableColumnHandler
Renderer Typecom.webmethods.caf.faces.table.TruncatingColumn
Description Column which automatically limits its content to a single line and to the specified width of the column
Palette LocationCAF Html/Control/Table/Truncating Column
Client-Side ModelCAF.TruncatingColumn.Model
Attributes 
NameRequiredTypeDescription
alignfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Horizontal alignment of column

Valid values are:

  • left
  • center
  • right
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".

exportablefalsejavax.el.ValueExpression
(must evaluate to boolean)
If true, include this column when the exporting the table data

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

footerClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Space-separated list of CSS style class(es) that will be applied to any column footer generated for this table.
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
headerClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Space-separated list of CSS style class(es) that will be applied to any column header generated for this table.
idfalsejava.lang.String Control identifier
labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Display title of column (for Add/Remove Columns dialog)
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 "false".

optionalfalsejavax.el.ValueExpression
(must evaluate to boolean)
True if column displayed only after chosen via Add/Remove Columns dialog

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

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
valignfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Vertical alignment of column

Valid values are:

  • top
  • middle
  • bottom
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.