FACES_CLIENT render-kit
component-family: com.ibm.faces.bf.DataGrid renderer-type: DataGrid


This renderer is not responsible for rendering its children.


Note:

Attributes with a pass-through value of true are not interpreted by the renderer and are passed straight through to the rendered markup, without checking for validity. Attributes with a pass-through value of false are interpreted by the renderer, and may or may not be checked for validity by the renderer.

Attributes
attribute-name pass-through attribute-class description default-value
 allowRowAddAndDelete false boolean Are the fields readOnly or not undefined
 multiSelection false boolean Multiple selection allowed or not. True-checkbox, False-radio button. undefined
 navBarPosition false int Navigation bar position in datagrid-0-bottom,1-top, or 2-both undefined
 pageSize false int Size of the page to display; Records greater pageSize will be split into multiple pages undefined
 rowFilter false java.lang.String Expression to filter out some rows undefined
 selectionColAlignment false java.lang.String Alignment of selection column undefined
 selectionColName false java.lang.String Key for the name of the column for checkbox or radio button undefined
 selectionColWidth false java.lang.String Width of selection column undefined
 showRowIndex false boolean Show row index or not; true-show, false-don't show undefined
 showSelectionColumn false boolean Flag to indicate whether selection column should be shown. undefined
 styleClass false java.lang.String Prefix specifying CSS for multiple data grids on page undefined
 width false java.lang.String Datagrid width--in pixels or percentage undefined

/* * Licensed Material - Property of IBM * (C) Copyright IBM Corp. 2002, 2003 - All Rights Reserved. * US Government Users Restricted Rights - Use, duplication or disclosure * restricted by GSA ADP Schedule Contract with IBM Corp. */