Locale

Change the locale of the datepicker, schedule and client side validation messages.

Input Style

Free Themes

Built-in component themes created by the PrimeFaces Theme Designer.

PrimeOne Design

Saga Saga
Vela Vela
Arya Arya

Premium Themes

Premium themes are only available exclusively for PrimeFaces Theme Designer subscribers and therefore not included in PrimeFaces core.

Bootstrap light blue and dark blue themes are also included in PrimeFaces 10.x builds for Elite subscribers.

bootstrap4-blue-light Bootstrap Blue
bootstrap4-purple-light Bootstrap Purple
bootstrap4-blue-dark Bootstrap Blue
bootstrap4-purple-dark Bootstrap Purple

Legacy Free Themes

Luna Amber Luna Amber
Luna Blue Luna Blue
Luna Green Luna Green
Luna Pink Luna Pink
Nova Nova
Nova Nova Alt
Nova Nova Accent

PREMIUM TEMPLATES

Create awesome applications in no time using the premium templates and impress your users.

GMap Info Window

When a marker is selected, an info window can be displayed to provide detailed information.


<script src="https://maps.google.com/maps/api/js?sensor=false"></script>

<div class="card">
    <h:form prependId="false">
        <p:gmap id="gmap" center="36.890257,30.707417" zoom="13" type="HYBRID"
                model="#{infoWindowView.advancedModel}" style="width:100%;height:400px">

            <p:ajax event="overlaySelect" listener="#{infoWindowView.onMarkerSelect}"/>

            <p:gmapInfoWindow id="infoWindow">
                <p:outputPanel style="text-align: center; display: block; margin: auto">

                    <p:graphicImage name="/demo/images/antalya/#{infoWindowView.marker.data}" height="150"/>
                    <br/>
                    <h:outputText value="#{infoWindowView.marker.title}"/>

                </p:outputPanel>
            </p:gmapInfoWindow>
        </p:gmap>

        <!-- Preload for demo -->
        <p:outputPanel style="display:none">
            <p:graphicImage name="/demo/images/antalya/konyaalti.png"/>
            <p:graphicImage name="/demo/images/antalya/ataturkparki.png"/>
            <p:graphicImage name="/demo/images/antalya/kaleici.png"/>
            <p:graphicImage name="/demo/images/antalya/karaalioglu.png"/>
        </p:outputPanel>
    </h:form>
</div>

Session expired

Reloading page

Message:
StackTrace: