Info | Value |
---|---|
Component Type | org.primefaces.component.Layout |
Handler Class | None |
Renderer Type | org.primefaces.component.LayoutRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
rendered | false | javax.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. |
binding | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
widgetVar | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side widget. |
fullPage | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Specifies whether layout should span all page or not. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Style to apply to container element, this is only applicable to element based layouts. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Style class to apply to container element, this is only applicable to element based layouts. |
onResize | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A server side listener to process a ResizeEvent. |
onClose | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A server side listener to process a CloseEvent. |
onToggle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A server side listener to process a ToggleEvent. |
resizeTitle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Title label for the resizer element. |
collapseTitle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Title label for the collapse button of collapsible units. Default is "Collapse" |
expandTitle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Title label for the expand button of closable units. |
closeTitle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Title label for the close button of closable units. Default is "Close". |
stateful | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| When enabled, layout state is saved in a cookie for the session. |
Output generated by Vdldoc View Declaration Language Documentation Generator.