| Info | Value |
|---|---|
| Component Type | org.primefaces.extensions.component.BlockUI |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
autoShow | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When true, the block is shown automatically when source triggers.Default is false. |
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
| An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated. |
centerX | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to center the block message horizontally.Default is true. |
centerY | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to center the block message vertically.Default is true. |
content | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Search expression for the component whose markup is used as blocking content. |
css | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| CSS to be applied to the blocking overlay. |
cssOverlay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| CSS to be applied to the overlay element. |
event | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Comma-separated list of event names that trigger the block. If empty, all events from source are accepted. |
fadeIn | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Fade-in duration in milliseconds.Default is 200. |
fadeOut | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Fade-out duration in milliseconds.Default is 400. |
focusInput | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to focus the first input in the block content.Default is true. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
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.Default is true. |
showOverlay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to show the overlay.Default is true. |
source | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Search expression for the component(s) to block.Default is parent. |
target | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Search expression for the element to use as the blocking container. |
timeout | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Timeout in milliseconds to automatically unblock. 0 means no timeout.Default is 0. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the client side widget. |
Output generated by Vdldoc View Declaration Language Documentation Generator.