views.home.xhtml Maven / Gradle / Ivy
The newest version!
PrimeFaces Extensions is a lightweight open source component library for Java Server Faces 2.0.
The project is built on top of PrimeFaces - a mature and robust component suite.
PrimeFaces Extensions consists of extended components missing in other JSF 2 libraries or with improved components which already exist somewhere but don't work there smoothly.
Besides that it provides useful ClientBehaviors, Converters, TagHandlers and more.
They are shown on the left side. Corresponding use cases are shown at the top on the right and tag documentation along with client behavior events at the bottom on the right.
This showcase was tested with current JSF implementations Mojarra and MyFaces.
Hall Of Fame
The following components were once Extensions components that have graduated into the PrimeFaces core library:
ImportEnum
ImportEnum allows in older EL versions (< 3.0), to use enum constants or any other static fields/methods in an EL expression.
ImportConstants
ImportConstants allows in older EL versions (< 3.0), to use constants or any other static fields/methods in an EL expression.
InputNumber
InputNumber formats input fields with numeric Strings. It supports currency symbols, minimum and maximum value, negative numbers, and a lot of round methods.
KeyFilter
KeyFilter can be used to filter keyboard input on specified input components.
Knob
Knob's useful to insert numeric values in a range.
Spotlight
Spotlight highlights a certain component on page.
Timeline
Timeline is an interactive visualization chart to visualize events in time.
TriStateCheckbox
TriStateCheckbox add a new state to a checkbox value.