arya-blue
luna-amber
luna-blue
luna-green
luna-pink
nova-dark
nova-light
saga-blue
vela-blue
Timer
Timer features are also aviable as a Javascript API. You can start, stop and pause the timer. When stopping the timer you can set the 'silent' attribute to true to skip the JSF listener.

Source

<p:growl id="growl" showDetail="true" showSummary="true">
        <p:autoUpdate />
    </p:growl>  
<pe:timer
    widgetVar="timer"
    timeout="10000"
    forward="true"
    listener="#{jsApiTimerController.listener}"
    singleRun="false"/>
<hr/>
<p:commandButton value="Start" onclick="PF('timer').start()" type="button"/>
<p:commandButton value="Pause" onclick="PF('timer').pause()" type="button"/>
<p:commandButton value="Restart" onclick="PF('timer').restart()" type="button"/>
<p:commandButton value="Stop" onclick="PF('timer').stop()" type="button"/>
<p:commandButton value="Stop (Silent)" onclick="PF('timer').stop(true)" type="button"/>
            
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