Grid Panel - h:panelGrid

Component Information 
InfoValue
Component Typejavax.faces.HtmlPanelGrid
Handler ClassNone
Renderer Typejavax.faces.Grid
Description Grid Container for other components
Palette LocationJSF Html/Control/Panel/Grid Panel
Attributes 
NameRequiredTypeDescription
bgcolorfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The background color for all table cells
borderfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Specifies the size of the border around the table. If the value is 0 or absent, no border is rendered
cellpaddingfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the spacing between data in a table cell and the border of the cell.
cellspacingfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the spacing between table cells.
columnClassesfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A comma separated list of CSS classes for the table body <td> elements.
columnsfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
The number of columns to render
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the directionality of the flow of the content for the current element

Valid values are:

  • LTR
  • RTL
footerClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The CSS class for footer cells
framefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the sides of the outer table border for which to draw borders.

Valid values are:

  • above
  • below
  • hsides
  • vsides
  • lhs
  • rhs
  • box
  • border
  • void
headerClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The CSS class for header cells
idfalsejava.lang.String Control identifier
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the language of the enclosed content
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onclick" event handler
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "ondblclick" event handler
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onkeydown" event handler
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onkeypress" event handler
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onkeyup" event handler
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onmousedown" event handler
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onmousemove" event handler
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onmouseout" event handler
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onmouseover" event handler
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onmouseup" event handler
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

If not specified, the default value is "true".

rowClassesfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A comma separated list of CSS classes for the table rows. The classes are used for the <tr> elements in the order they are listed, repeating the list over all rows in the table.
rulesfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the interior dividing line display in a table.

Valid values are:

  • none
  • groups
  • rows
  • cols
  • all
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "style" attribute value
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "class" attribute value

Valid values are:

  • portlet-font
  • portlet-font-dim
  • portlet-msg-status
  • portlet-msg-info
  • portlet-msg-error
  • portlet-msg-alert
  • portlet-msg-success
  • portlet-section-header
  • portlet-section-body
  • portlet-section-alternate
  • portlet-section-selected
  • portlet-section-subheader
  • portlet-section-footer
  • portlet-section-text
  • portlet-form-label
  • portlet-form-input-field
  • portlet-form-button
  • portlet-icon-label
  • portlet-dlg-icon-label
  • portlet-form-field-label
  • portlet-form-field
  • portlet-menu
  • portlet-menu-item
  • portlet-menu-item-selected
  • portlet-menu-item-hover
  • portlet-menu-item-hover-selected
  • portlet-menu-cascade-item
  • portlet-menu-cascade-item-selected
  • portlet-menu-description
  • portlet-menu-caption
  • [any_other_value]
summaryfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Aids accessibility for non-visual browsers by providing a summary of the table's purpose and structure
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "title" attribute value (often displayed as a tooltip)
widthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the table width in pixels or a percentage of the available width

Output generated by Vdldoc View Declaration Language Documentation Generator.