p

Tag progressBar

Component Information 
InfoValue
Component Typeorg.primefaces.component.ProgressBar
Handler ClassNone
Renderer Typeorg.primefaces.component.ProgressBarRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
ajaxfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies the mode of progressBar, in ajax mode progress value is retrieved from a backing bean. Default is false.
animationDurationfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Animation duration in milliseconds determining how long the animation will run. Default is 500.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
disabledfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disables or enables the progressbar.
displayOnlyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Enables static value display mode.
globalfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines whether to trigger ajaxStatus or not.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
intervalfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Interval in milliseconds to do periodic requests in ajax mode. Default is 3000.
labelTemplatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Template of the progress value e.g. "{value}%"
modefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines the mode of the progress, valid values are "determinate" and "indeterminate".
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.
severityfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Severity type of the progressBar.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the main container element.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the main container element.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Advisory tooltip information.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Value of the progress bar. 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.