Info | Value |
---|---|
Component Type | org.primefaces.component.PanelGrid |
Handler Class | None |
Renderer Type | org.primefaces.component.PanelGridRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
columnClasses | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Comma separated list of column style classes. |
columns | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Number of columns of the table. |
contentStyle | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the panel-content. |
contentStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the panel-content. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
layout | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Displays data in a 'tabular' layout, 'grid' layout or 'flex' layout. The grid and flex layout are responsive layouts. Default value is 'grid'. |
rendered | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean value to specify the rendering of the component, when set to false component will not be rendered. |
role | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Role for aria. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the panel/table. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the panel/table. |
Output generated by Vdldoc View Declaration Language Documentation Generator.