0% found this document useful (0 votes)
80 views1 page

PrimeFaces UI Component Showcase

The document discusses the PrimeFaces signature component which allows users to draw and capture signatures. It supports touch devices and legacy browsers without canvas support. It provides customization options like background color, foreground color, and thickness. The code sample shows a SignatureView class with getters and setters for the signature value.

Uploaded by

jbsysatm
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
80 views1 page

PrimeFaces UI Component Showcase

The document discusses the PrimeFaces signature component which allows users to draw and capture signatures. It supports touch devices and legacy browsers without canvas support. It provides customization options like background color, foreground color, and thickness. The code sample shows a SignatureView class with getters and setters for the signature value.

Uploaded by

jbsysatm
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Get Started Themes Templates Resources v12.0.

0-SNAPSHOT

Signature
Search by name...
 SERVER API
Password
 CLIENT API
Signature is used to draw a signature as an input. Various options such as background color, foreground color, thickness are available for customization. Signature also supports touch enabled
Rating
devices and legacy browsers without canvas support.
SelectBooleanButton

SelectBooleanCheckbox

SelectOneButton

SelectOneRadio 
SelectCheckboxMenu

SelectOneMenu

SelectOneListbox

SelectManyButton

SelectManyMenu
 Submit  Clear
SelectManyCheckbox

Signature

Slider

Spinner

TextEditor signature.xhtml SignatureView.java

ToggleSwitch

TriStateCheckbox 1 @Named
2 @RequestScoped
3 public class SignatureView {
BUTTON 4
5 private String value;
6
7 public String getValue() {
8 return value;
9 }
10
11 public void setValue(String value) {
12 this.value = value;
13 }
14 }

PrimeFaces 12.0.0 by PrimeTek   

You might also like