primefaces-extensions

Tag blockUI

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.BlockUI
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
autoShowfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When true, the block is shown automatically when source triggers.Default is false.
bindingfalsejakarta.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.
centerXfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to center the block message horizontally.Default is true.
centerYfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to center the block message vertically.Default is true.
contentfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Search expression for the component whose markup is used as blocking content.
cssfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS to be applied to the blocking overlay.
cssOverlayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS to be applied to the overlay element.
eventfalsejakarta.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.
fadeInfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Fade-in duration in milliseconds.Default is 200.
fadeOutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Fade-out duration in milliseconds.Default is 400.
focusInputfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to focus the first input in the block content.Default is true.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
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.Default is true.
showOverlayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to show the overlay.Default is true.
sourcefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Search expression for the component(s) to block.Default is parent.
targetfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Search expression for the element to use as the blocking container.
timeoutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Timeout in milliseconds to automatically unblock. 0 means no timeout.Default is 0.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.