| Info | Value |
|---|---|
| Component Type | org.primefaces.component.Signature |
| Handler Class | None |
| Renderer Type | org.primefaces.component.SignatureRenderer |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
ariaDescribedBy | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| The aria-describedby attribute is used to define a component id that describes the current element for accessibility. |
ariaLabel | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| The aria-label attribute is used to define a string that labels the current element for accessibility. |
backgroundColor | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Background color, default is #ffffff. |
base64Value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Write-only value used to pass the value in base64 to backing bean. |
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
| An el expression referring to a server side UIComponent instance in a backing bean. |
color | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Foreground color, default is #000000. |
converter | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.convert.Converter)
| An el expression or a literal text that defines a converter for the component. When it's an EL expression, it's resolved to a converter instance. In case it's a static text, it must refer to a converter id. |
converterMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Message to display when conversion fails. |
fontFamily | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Font family for typing in a signature. Default is "Brush Script MT, cursive" |
fontSize | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Font size for typing in a signature. Default is 40. |
guideline | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Adds a guideline when enabled, default is false. |
guidelineColor | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Color of the guideline, default is #a0a0a0. |
guidelineIndent | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Guide line indent from the edges. |
guidelineOffset | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Offset of guideline from bottom. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer. |
immediate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When set true, process validations logic is executed at apply request values phase for this component. Default is false. |
onchange | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when signature changes. |
readonly | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When enabled, signature is used for display purposes only. |
rendered | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Boolean value to specify the rendering of the component, when set to false component will not be rendered. |
required | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Marks component as required. |
requiredMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Message to display when required field validation fails. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style of the component. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the component. |
tabindex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Position of the element in the tabbing order. Default to "0". |
textValue | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| The typed text of this signature if the user chose to type instead of draw the signature. |
thickness | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Thickness of lines, default is 2. |
validator | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.validator.Validator)
| A method expression referring to a method validating the input. |
validatorMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Message to display when validation fails. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Value of the component. |
valueChangeListener | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.event.ValueChangeListener)
| A method binding expression referring to a method for handling a valuchangeevent. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the client side widget. |
Output generated by Vdldoc View Declaration Language Documentation Generator.