PrimeFaces SelectManyCheckbox It is used to select multiple values from given options. It is useful when we want to take multiple user…
inputmask
-
-
PrimeFaces Button It is an extension to the standard h:button JSF component with advanced skinning features. It is used to send GET…
-
PrimeFaces InputSwitch It is used to take a boolean value as input from the user. It is a button which toggles ON…
-
PrimeFaces SelectOneButton It is used to select a single item from a list using buttons. It creates items list as a list…
-
PrimeFaces Calender It is an input component which is used to select date. The <p:calendar> component is used to create a calendar…
-
PrimeFaces InputText It is an extension to the standard inputText with skinning capabilities. We can create it by using the <p:inputText> component.…
-
PrimeFaces SelectOneListbox It is an extended version of the standard selectOneListbox component. It is used to select one value from the list.…
-
PrimeFaces accordionPanel It is a container component which displays vertically stacked panels. It is used to display data in accordion format. We…
-
PrimeFaces Chips It is an input text box which is used to enter multiple values. The <p:chips> component is used to create…
-
PrimeFaces InputTextarea PrimeFaces provides <p:inputTextarea> component to create a text area in JSF application. It is an extension of standard inputTextarea. It…