Column

Column is used to build Table columns.

The content of the column can either be set via the text attribute, or via child components inside the column.

The headerText is used as the row header, and the optional footerText will be added as a tfoot element at the end of the table.

Documentation

Column is used to build Table columns.

Info
Tag name column
Component type io.tornadofaces.component.Column
Renderer type io.tornadofaces.component.TableRenderer
Attributes
NameDescriptionRequired
styleClassStyle classes to apply to the tdfalse
linkWrap the column content in an anchor with the the href set to the link propertyfalse
linkThe target attribute of the href created by the link attributefalse
styleStyles to apply to the tdfalse
reflowReflow this column if table reflow mode is active? Defaults to true.false
reflowModeReflow mode for columns override reflow mode set on the table and determines placement when the table is viewed in reflow mode. Valid options are "block", "span". Default is "span".false
textText for the td. A value supplied here will override any defined child components.false
escapeWether or not to escape the text value for the td. Does not apply to the rendering of children, only to the text property if set. Defaults to true.false
headerClassStyle classes to apply to the thfalse
headerTextText for the th. This value will override any defined header facet.false
footerTextText for the footer. This value will override any defined footer facet.false
footerClassStlye classes to apply to the td in the tfoot.false
renderedShould this component be rendered?false