p

Tag blockUI

Component Information 
InfoValue
Component Typeorg.primefaces.component.BlockUI
Handler ClassNone
Renderer Typeorg.primefaces.component.BlockUIRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
animatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When disabled, Displays block without animation effect
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
blockfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Component whose UI to block.
blockedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Blocks the ui by default when enabled.
delayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Delay in milliseconds before displaying the block. Default is '0', meaning immediate.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
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.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
triggerfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Identifier of component(s) to bind the block UI.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.