Info | Value |
---|---|
Component Type | org.primefaces.component.ProgressBar |
Handler Class | None |
Renderer Type | org.primefaces.component.ProgressBarRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
ajax | false | jakarta.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. |
animationDuration | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Animation duration in milliseconds determining how long the animation will run. Default is 500. |
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
disabled | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Disables or enables the progressbar. |
displayOnly | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Enables static value display mode. |
global | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines whether to trigger ajaxStatus or not. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
interval | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Interval in milliseconds to do periodic requests in ajax mode. Default is 3000. |
labelTemplate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Template of the progress value e.g. "{value}%" |
mode | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Defines the mode of the progress, valid values are "determinate" and "indeterminate". |
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. |
severity | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Severity type of the progressBar. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the main container element. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the main container element. |
title | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Advisory tooltip information. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Value of the progress bar. 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.