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.

Terminal AutoComplete

An autocomplete model can be also provided for the terminal, which will enable the autocompletion feature on the component.
Autocompletion can be triggered using the TAB key. In case there are more alternatives for arguments, these can be clicked to override the current input.

Try any of the following inputs as an example:

  • TAB
  • git + TAB
  • svn co + TAB
  • git pus + TAB + TAB + TAB
Welcome to PrimeFaces Terminal, how are you today?
prime $

<div class="card">
    <h:form>
        <p:focus for="terminal"/>

        <p>Try any of the following inputs as an example:</p>
        <ul style="line-height: 1.5" class="m-0 pl-6">
            <li>TAB</li>
            <li><i>git</i> + TAB</li>
            <li><i>svn co</i> + TAB</li>
            <li><i>git pus</i> + TAB + TAB + TAB</li>
        </ul>

        <p:terminal id="terminal" widgetVar="term" styleClass="mt-5"
                    commandHandler="#{terminalAutoCompleteView.handleCommand}"
                    autoCompleteModel="#{terminalAutoCompleteView.autoCompleteModel}"
                    welcomeMessage="Welcome to PrimeFaces Terminal, how are you today?"/>

        <p:commandButton type="button" value="Clear" icon="pi pi-trash" onclick="PF('term').clear()" styleClass="mt-3" />
    </h:form>
</div>

Session expired

Reloading page

Message:
StackTrace: