arya-blue
luna-amber
luna-blue
luna-green
luna-pink
nova-dark
nova-light
saga-blue
vela-blue
Timer
Setting the visible attribute to false, the timer will render but it will be hidden. Then you can use the ontimerstep client callback to change your view accordingly to the timer. In this example we see how to make a Knob to act like a Timer.
Source

<script>
    window.sync = function(t){
        PF('knob').setValue(t.current);
    }
</script>
<pe:timer
    visible="false"
    ontimerstep="sync(intervalData)"
    ontimercomplete="alert('BOOM')"
    timeout="100"/>
<p:knob
    min="0"
    max="100"
    widgetVar="knob"
    disabled="true"
    value="0"/>
            
Components and more
Documentation pe:
Attributes (move mouse over the names to see data types)
Name Description
No attributes available for this component.
PrimeFaces Extensions Showcase - © 2011-2025,PrimeFaces: 15.0.13,PrimeFaces Extensions: 15.0.14-SNAPSHOT,JSF: Apache MyFaces JSF-2.3 Core Impl 2.3.10,Server: Apache Tomcat (TomEE)/9.0.82 (8.0.16),Build time: 2026-02-23 00:32