org.apache.tapestry5.corelib.components.GridColumns

Renders out the column headers for the grid, including links (where appropriate) to control column sorting.

[JavaDoc]

Component Parameters

NameTypeFlagsDefaultDefault PrefixDescription
gridModelorg.apache.tapestry5.grid.GridModelNOT Allow NullcomponentResources.containerpropThe object that provides access to bean and data models, which is typically the enclosing Grid component.
indexintNOT Allow NullpropOptional output parameter that stores the current column index.
leanbooleanNOT Allow NullpropIf true, then the CSS class on each TH element will be omitted, which can reduce the amount of output from the component overall by a considerable amount. Leave this as false, the default, when you are leveraging the CSS to customize the look and feel of particular columns.
overridesorg.apache.tapestry5.PropertyOverridesNOT Allow NullthispropWhere to look for informal parameter Blocks used to override column headers. The default is to look for such overrides in the GridColumns component itself, but this is usually overridden.
zoneStringNOT Allow NullpropIf not null, then each link is output as a link to update the specified zone.

Informal parameters: supported


Back to index