primefaces-p

Tag progressBar

Component Information 
InfoValue
Component Typeorg.primefaces.component.ProgressBar
Handler ClassNone
Renderer Typeorg.primefaces.component.ProgressBarRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
renderedfalsejavax.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.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
widgetVarfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Value of the progress bar. Default is 0.
disabledfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disables or enables the progressbar.
ajaxfalsejavax.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.
intervalfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Interval in seconds to do periodic requests in ajax mode. Default is 300.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the main container element.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the main container element.
labelTemplatefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Template of the progress value e.g. "{value}%"
displayOnlyfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Enables static value display mode.
globalfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines whether to trigger ajaxStatus or not.
modefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the mode of the progress, valid values are "determinate" and "indeterminate".

Output generated by Vdldoc View Declaration Language Documentation Generator.