pe

Tag layout

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.Layout
Handler ClassNone
Renderer Typeorg.primefaces.extensions.component.LayoutRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An EL expression referring to a server side UIComponent instance in a backing bean.
fullPagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies whether layout should span all page or not. Default value is true.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
maskPanesEarlyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Useful flag if you are dealing with iframes or objects like applets inside layout panes. This option triggers masking each time the mouse moves over a resizer - instead of waiting until your 'grab it' with your mouse. This is done just in case you are about to grab & drag the resizer. Enabling this avoids the slight delay that sometimes occurs when you quickly grab a resizer and try to drag over an iframe or object. Default is false.
optionsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Layout options as an instance of the class LayoutOptions or an JSON String representing serialized LayoutOptions. LayoutOptions created as Java model takes precedence over layout options as tag attributes. Serializing of layout options to an JSON string can increase the time of layout building when the layout is built during application startup in an application scoped bean (LayoutOptions gets always serialized to JSON to be able to be used in the underlying widget). Use the method toJson() in the LayoutOptions if you want to serialize all options to an JSON string.
renderedfalsejakarta.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.
resizerTipfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Tip when resizer-bar can be dragged to resize a pane. Default is 'Resize'.
sliderTipfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Tip when the resizer-bar will trigger 'sliding open'. Default is 'Slide Open'.
statefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Indicates server-side state management. A hash (JSON string) containing all dimensions and close, open state of existing layout panes. It can be bound to a bean.
stateCookiefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Indicates client-side state management. When set to true the current layout state will be stored in HTML5 LocalStorage on window unload and restored during layout build-up when user enters the same page. Default is false.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style of the main Layout container element. Default value is null.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the main Layout container element. Default value is null.
togglerTipClosedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Tip on toggler when pane is 'closed'. Default is 'Open'.
togglerTipOpenfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Tip on toggler when pane is 'open'. Default is 'Close'.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.