ICE Components
Tag panelGrid


Renders an HTML "table" element, conforming to the rules in the HTML 401 specification. If the "styleClass" attribute is specified, render its value as the value of the "class" attribute. Render the pass-through attributes in the table below. Render the "header" facet, if present, inside of "thead", "tr", and "th" elements, nested in that order. If the "headerClass" attribute is specified, render its value as the value of the "class" attribute on the "th" element. Render "colgroup" as the value of the "scope" attribute. Render the value of the "columns" attribute as the value of the "colspan" attribute on the "th" element. Render the "footer" facet if present, using similar logic to the rendering of the "header", but replacing "thead" with "tfoot", "th" with "td", and "headerClass" with "footerClass". Render the children of the UIPanel component inside of a "tbody" element. Render the children based on the value of the "columns" attribute, creating a new row each time a "columns" worth of children have been rendered. Each child is rendered inside of a "td" element. If a child has "rendered==false" it is not rendered, and the column counter must not be incremented.


Tag Information
Tag Classcom.icesoft.faces.component.PanelGridTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bgcolorfalsefalsejava.lang.StringName or code of the background color for this table.
bindingfalsefalsejava.lang.StringThe value binding expression linking this component to a property in a backing bean
bodyrowsfalsefalsejava.lang.StringComma separated list of row indices for which a new "tbody" element should be started (and any previously opened one should be ended).
borderfalsefalsejava.lang.StringWidth (in pixels) of the border to be drawn around this table.
captionClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) that will be applied to any caption generated for this table.
captionStylefalsefalsejava.lang.StringCSS style(s) to be applied when this caption is rendered.
cellpaddingfalsefalsejava.lang.StringDefinition of how much space the user agent should leave between the border of each cell and its contents.
cellspacingfalsefalsejava.lang.StringDefinition of how much space the user agent should leave between the left side of the table and the leftmost column, the top of the table and the top of the top side of the topmost row, and so on for the right and bottom of the table. It also specifies the amount of space to leave between cells.
columnClassesfalsefalsejava.lang.String

Comma-delimited list of CSS style classes that will 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 posisiton in the list after the value of the "columns" attribute are ignored.

The default column classes would be rendered as : icePnlGrdCol1, icePnlGrdCol2 alternatively

columnsfalsefalsejava.lang.StringNo Description
dirfalsefalsejava.lang.StringDirection indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left).
footerClassfalsefalsejava.lang.String

Space-separated list of CSS style class(es) that will be applied to any footer generated for this table.
The default footer class would be rendered as icePnlGrdFtr.

framefalsefalsejava.lang.StringCode specifying which sides of the frame surrounding this table will be visible. Valid values are: none (no sides, default value); above (top side only); below (bottom side only); hsides (top and bottom sides only); vsides (right and left sides only); lhs (left hand side only); rhs (right hand side only); box (all four sides); and border (all four sides).
headerClassfalsefalsejava.lang.String

Space-separated list of CSS style class(es) that will be applied to any header generated for this table.
The default header class would be rendered as icePnlGrdHdr.

idfalsefalsejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
langfalsefalsejava.lang.StringCode describing the language used in the generated markup for this component.
onclickfalsefalsejava.lang.StringNo Description
ondblclickfalsefalsejava.lang.StringNo Description
onkeydownfalsefalsejava.lang.StringNo Description
onkeypressfalsefalsejava.lang.StringNo Description
onkeyupfalsefalsejava.lang.StringNo Description
onmousedownfalsefalsejava.lang.StringNo Description
onmousemovefalsefalsejava.lang.StringNo Description
onmouseoutfalsefalsejava.lang.StringNo Description
onmouseoverfalsefalsejava.lang.StringNo Description
onmouseupfalsefalsejava.lang.StringNo Description
renderedfalsefalsejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
renderedOnUserRolefalsefalsejava.lang.StringIf user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped.
rowClassesfalsefalsejava.lang.String

Comma-delimited list of CSS style classes that will be applied to the rows of this table. A space separated list of classes may also be specified for any individual row. Thes 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.
The default classes rendered as icePnlGrdRow1, icePnlGrdRow2 alternatively.

rulesfalsefalsejava.lang.StringCode specifying which rules will appear between cells within this table. Valid values are: none (no rules, default value); groups (between row groups); rows (between rows only); cols (between columns only); and all (between all rows and columns).
stylefalsefalsejava.lang.StringCSS style(s) to be applied when this component is rendered.
styleClassfalsefalsejava.lang.String

Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.

Defines the base class name for all style classes. Default value is icePnlGrd

  • icePnlGrd
  • icePnlGrdHdr
  • icePnlGrdFtr
  • icePnlGrdRow1
  • icePnlGrdRow2
  • icePnlGrdCol1
  • icePnlGrdCol2

summaryfalsefalsejava.lang.StringSummary of this 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.
visiblefalsefalsejava.lang.StringSet the visibility of this component. When false CSS style is set to display:none
widthfalsefalsejava.lang.StringWidth of the entire table, for visual user agents.

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.