| Info | Value |
|---|---|
| Component Type | org.primefaces.extensions.component.Counter |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
autoStart | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to start the counter automatically.Default is true. |
binding | false | jakarta.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. |
decimal | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Decimal separator character. |
decimals | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Number of decimal places.Default is 0. |
duration | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Animation duration in seconds.Default is 2. |
end | true | jakarta.el.ValueExpression
(must evaluate to java.lang.Double)
| Ending value for the counter. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
locale | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Locale for number formatting. Can be a string or java.util.Locale instance. |
onend | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback when the counter animation ends. |
onstart | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side callback when the counter animation starts. |
prefix | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Text to display before the number. |
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.Default is true. |
separator | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Thousands grouping separator character. |
smartEasingAmount | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Amount for smart easing.Default is 333. |
smartEasingThreshold | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Threshold for smart easing.Default is 999. |
start | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Double)
| Starting value for the counter.Default is 0.0. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style of the component. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the component. |
suffix | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Text to display after the number. |
useEasing | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to use easing in the animation.Default is true. |
useGrouping | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to use grouping separators (e.g. 1,000).Default is true. |
visible | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether the component is initially visible.Default is true. |
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.