primefaces-extensions

Tag counter

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.Counter
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
autoStartfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to start the counter automatically.Default is true.
bindingfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated.
decimalfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Decimal separator character.
decimalsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Number of decimal places.Default is 0.
durationfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Animation duration in seconds.Default is 2.
endtruejakarta.el.ValueExpression
(must evaluate to java.lang.Double)
Ending value for the counter.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
localefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Locale for number formatting. Can be a string or java.util.Locale instance.
onendfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback when the counter animation ends.
onstartfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback when the counter animation starts.
prefixfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Text to display before the number.
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.Default is true.
separatorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Thousands grouping separator character.
smartEasingAmountfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Amount for smart easing.Default is 333.
smartEasingThresholdfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Threshold for smart easing.Default is 999.
startfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Double)
Starting value for the counter.Default is 0.0.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the component.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
suffixfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Text to display after the number.
useEasingfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to use easing in the animation.Default is true.
useGroupingfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to use grouping separators (e.g. 1,000).Default is true.
visiblefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether the component is initially visible.Default is true.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.