RichFaces
Tag dataGrid




Tag Information
Tag Classorg.richfaces.taglib.DataGridTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
ajaxKeysfalsefalsejava.lang.StringThis attribute defines rows that are updated after an AJAX request
alignfalsefalsejava.lang.Stringleft|center|right [CI] Deprecated. This attribute specifies the position of the table with respect to the document. Permitted values: * left: The table is to the left of the document. * center: The table is to the center of the document. * right: The table is to the right of the document
bgcolorfalsefalsejava.lang.StringDeprecated. This attribute sets the background color for the document body or table cells. This attribute sets the background color of the canvas for the document body (the BODY element) or for tables (the TABLE, TR, TH, and TD elements). Additional attributes for specifying text color can be used with the BODY element. This attribute has been deprecated in favor of style sheets for specifying background color information
bindingfalsefalsejava.lang.StringThe attribute takes a value-binding expression for a component property of a backing bean
borderfalsefalsejava.lang.StringThis attributes specifies the width of the frame around a component
captionClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) that are be applied to caption for this component
captionStylefalsefalsejava.lang.StringCSS style(s) is/are to be applied to caption when this component is rendered
cellpaddingfalsefalsejava.lang.StringThis attribute specifies the amount of space between the border of the cell and its contents
cellspacingfalsefalsejava.lang.StringThis attribute specifies the amount of space between the border of the cell and its contents. The attribute also specifies the amount of space to leave between cells
columnClassesfalsefalsejava.lang.StringComma-delimited list of CSS style classes that are be applied to the columns of this table. A space separated list of classes may also be specified for any individual column. If the number of elements in this list is less than the number of columns specified in the "columns" attribute, no "class" attribute is output for each column greater than the number of elements in the list. If the number of elements in the list is greater than the number of columns specified in the "columns" attribute, the elements at the position in the list after the value of the "columns" attribute are ignored
columnsfalsefalsejava.lang.StringQuantity of columns
componentStatefalsefalsejava.lang.StringIt defines EL-binding for a component state for saving or redefinition
dirfalsefalsejava.lang.StringDirection indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left)
elementsfalsefalsejava.lang.StringNumber of elements in grid
firstfalsefalsejava.lang.StringA zero-relative row number of the first row to display
footerClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) that are be applied to footer for this component
framefalsefalsejava.lang.Stringvoid|above|below|hsides|lhs|rhs|vsides|box|border [CI] This attribute specifies which sides of the frame surrounding a table will be visible. Possible values: * void: No sides. This is the default value. * above: The top side only. * below: The bottom side only. * hsides: The top and bottom sides only. * vsides: The right and left sides only. * lhs: The left-hand side only. * rhs: The right-hand side only. * box: All four sides. * border: All four sides
headerClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) that are be applied to header for this component
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
langfalsefalsejava.lang.StringCode describing the language used in the generated markup for this component
onRowClickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is clicked on row
onRowDblClickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is double-clicked on row
onRowMouseDownfalsefalsejava.lang.StringHTML: script expression; a pointer button is pressed down on row
onRowMouseMovefalsefalsejava.lang.StringHTML: a script expression; a pointer is moved within of row
onRowMouseOutfalsefalsejava.lang.StringHTML: a script expression; a pointer is moved away of row
onRowMouseOverfalsefalsejava.lang.StringHTML: a script expression; a pointer is moved onto of row
onRowMouseUpfalsefalsejava.lang.StringHTML: script expression; a pointer button is released on row
renderedfalsefalsejava.lang.StringIf "false", this component is not rendered
rowClassesfalsefalsejava.lang.StringA comma-delimited list of CSS style classes that is applied to popup table rows. A space separated list of classes may also be specified for any individual row. The styles are applied, in turn, to each row in the table. For example, if the list has two elements, the first style class in the list is applied to the first row, the second to the second row, the first to the third row, the second to the fourth row, etc. In other words, we keep iterating through the list until we reach the end, and then we start at the beginning again
rowKeyfalsefalsejava.lang.StringRowKey is a representation of an identifier for a specific data row
rowKeyVarfalsefalsejava.lang.StringThe attribute provides access to a row key in a Request scope
rulesfalsefalsejava.lang.StringThis attribute specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent. Possible values: * none: No rules. This is the default value. * groups: Rules will appear between row groups (see THEAD, TFOOT, and TBODY) and column groups (see COLGROUP and COL) only. * rows: Rules will appear between rows only. * cols: Rules will appear between columns only. * all: Rules will appear between all rows and columns
stateVarfalsefalsejava.lang.StringThe attribute provides access to a component state on the client side
stylefalsefalsejava.lang.StringCSS style(s) is/are to be applied when this component is rendered
styleClassfalsefalsejava.lang.StringCorresponds to the HTML class attribute
summaryfalsefalsejava.lang.StringThis attribute provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille
titlefalsefalsejava.lang.StringAdvisory title information about markup elements generated for this component
valuefalsefalsejava.lang.StringThe current value for this component
varfalsefalsejava.lang.StringA request-scope attribute via which the data object for the current row will be used when iterating
widthfalsefalsejava.lang.StringThis attribute specifies the desired width of the entire table and is intended for visual user agents. When the value is percentage value, the value is relative to the user agent's available horizontal space. In the absence of any width specification, table width is determined by the user agent

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.