| Info | Value |
|---|---|
| Component Type | org.primefaces.component.Barcode |
| Handler Class | None |
| Renderer Type | org.primefaces.component.BarcodeRenderer |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
alt | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
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.Default is generated. |
cache | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Controls browser caching mode of the resources.Default is true. |
dir | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Direction indication for text that does not inherit directionality. |
format | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Format of the generated barcode, valid values are "svg" and "png".Default is svg. |
height | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies the height of an element. |
hrp | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| The barcode human readable placement of text either "none", "top", or "bottom".Default is bottom. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
ismap | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Default is false. |
lang | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
longdesc | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
magnification | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Double)
| The magnification factor of the barcode.Default is 2.0. |
onclick | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a mouse click on the element. |
ondblclick | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a mouse double-click on the element. |
onkeydown | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a user is pressing a key. |
onkeypress | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a user presses a key. |
onkeyup | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a user releases a key. |
onmousedown | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a mouse button is pressed down on an element. |
onmousemove | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when the mouse pointer is moving while it is over an element. |
onmouseout | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when the mouse pointer moves out of an element. |
onmouseover | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when the mouse pointer moves onto an element. |
onmouseup | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a mouse button is released over an element. |
orientation | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Orientation in terms of angle. (0, 90, 180, 270)Default is 0. |
qrErrorCorrection | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| The QR Code error correction level. L - up to 7% damage. M - up to 15% damage. Q - up to 25% damage. H - up to 30% damageDefault is L. |
quietZoneHorizontal | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| The horizontal quiet zone of the barcode in pixels.Default is 10. |
quietZoneVertical | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| The vertical quiet zone of the barcode in pixels.Default is 1. |
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.Default is true. |
role | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies an inline CSS style for an element. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies one or more CSS class names for an element. |
title | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies extra information about an element (displayed as a tooltip). |
type | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Type of the barcode. |
usemap | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Value of the component. |
width | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies the width of an element. |
Output generated by Vdldoc View Declaration Language Documentation Generator.