o

Tag lazyPanel

Component Information 
InfoValue
Component Typeorg.omnifaces.component.output.LazyPanel
Handler Classorg.omnifaces.component.output.LazyPanelHandler
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
The ValueExpression linking this component to a property in a backing bean.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
layoutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The layout of the wrapper element. Supported values are "block" (renders a <div>) and "inline" (renders a <span>).
listenerfalsejakarta.el.ValueExpression
(must evaluate to jakarta.el.MethodExpression)
The method expression to invoke when the lazy panel is triggered.
loadedfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Whether the children are considered loaded and should be rendered immediately. This can be used as a server-side escape hatch for print views, SEO crawlers, or tests.
renderedfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The CSS style class to render on the wrapper element.

Output generated by Vdldoc View Declaration Language Documentation Generator.