pe

Tag counter

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.Counter
Handler ClassNone
Renderer Typeorg.primefaces.extensions.component.CounterRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
autoStartfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
In autoStart mode, the counter will start immediately. Default is true.
decimalfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Decimal separator. Default is your locale's default.
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)
The value you want to arrive at.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
localefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
String or java.util.Locale representing user locale. Default is a locale specified in view root.
onendfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript handler executed the counter stops.
onstartfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript handler executed the counter starts.
prefixfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Text prepended to result.
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.
separatorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Grouping separator. Default is your locale's default.
smartEasingAmountfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Amount to be eased for numbers above threshold. Default is 333.
smartEasingThresholdfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Smooth easing for large numbers above this if useEasing. Default is 999.
startfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Double)
Number to start at. Default is 0.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style of the main container element. Default value is null.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the main container element. Default value is null.
suffixfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Text appended to result.
useEasingfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Ease animation. Default is true.
useGroupingfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Example: 1,000 vs 1000. Default is true.
visiblefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Set to false to hide the counter. The listener will be fired anyway. 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.