alloy

Tag progressBar

Component Information 
InfoValue
Component Typecom.liferay.faces.alloy.component.progressbar.ProgressBar
Handler ClassNone
Renderer Typecom.liferay.faces.alloy.component.progressbar.ProgressBarRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An EL expression that binds the Java reference to this component in the component tree to a bean property.
clientKeyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The key name that can be used to reference the component on the client.
heightfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The the height (in pixels) of the progress bar.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A unique identifier for this component.
labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The label which appears on the progress bar. The {0} token can be used to include the value in the label.
layoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The direction in which the layout of the component should be displayed. Valid values include lineDirection (the default) and pageDirection.
maxProgressfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
The maximum value that the progress bar can have. The default value is 100.
minProgressfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
The minimum value that the progress bar can have. The default value is 0.
oncompletefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client-side javascript to be executed when progress has completed.
pollingDelayfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
The delay (in milliseconds) before dispatching a polling Ajax request after recieving the response of a previous request. The default value is 3000.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, this component will be rendered to there response. When false, it will not be rendered to the response. The default value is true.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the css style of the element.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
List of CSS class names (separated by spaces) that are to be rendered within the class attribute.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
The value of this component, which is typically bound via EL to a model bean property. The default value is 0.
widthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The the width (in pixels) of the progress bar.

Output generated by Vdldoc View Declaration Language Documentation Generator.