Info | Value |
---|---|
Component Type | org.primefaces.component.OutputPanel |
Handler Class | None |
Renderer Type | org.primefaces.component.OutputPanelRenderer |
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. |
deferred | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Deferred mode loads the contents after page load to speed up page load. |
deferredMode | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Defines deferred loading mode, valid values are "load" (after page load) and "visible" (once the panel is visible on scroll). Default value is "load". |
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 )
| Shortcut for the css display property, valid values are block (default) and inline. |
loaded | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Indicates that deferred loading is not needed. Default is null. |
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. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style of the html container element. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| StyleClass of the html container element. |
Output generated by Vdldoc View Declaration Language Documentation Generator.