arya-blue
luna-amber
luna-blue
luna-green
luna-pink
nova-dark
nova-light
saga-blue
vela-blue
ImageAreaSelect
The ImageAreaSelect widget is high configurable.
The selection is now not persistent, automatically hides after the selection is done, does not has handles and can't be resized.
Source

<p:growl id="growl" showDetail="true" sticky="true" />
<p:graphicImage id="myImage" value="/resources/images/testImage1.png" />
<pe:imageAreaSelect id="areaSelect"
                    for="myImage"
                    autoHide="true"
                    handles="false"
                    movable="false"
                    persistent="false"
                    resizable="false">
    <p:ajax event="selectEnd" listener="#{imageController.selectEndListener}" update="growl"/>
</pe:imageAreaSelect>
            
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