| 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)
                     | Alternate text for the image. | 
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. | 
cache | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.Boolean)
                     | Controls browser caching mode of the resource. Default is true. | 
dir | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
                     | Direction of the text displayed. | 
format | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
                     | Format of the generated barcode, valid values are png (default) and svg. | 
height | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
                     | Height of the image. | 
hrp | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
                     | The barcode human readable placement of text either "none", "top", or "bottom". | 
id | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
                     | Unique identifier of the component in a namingContainer. | 
ismap | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.Boolean)
                     | Specifies to use a server-side image map. | 
lang | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
                     | Language code. | 
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)
                     | onclick dom event handler. | 
ondblclick | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
                     | ondblclick dom event handler. | 
onkeydown | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
                     | onkeydown dom event handler. | 
onkeypress | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
                     | onkeypress dom event handler. | 
onkeyup | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
                     | onkeyup dom event handler. | 
onmousedown | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
                     | onmousedown dom event handler. | 
onmousemove | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
                     | onmousemove dom event handler. | 
onmouseout | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
                     | onmouseout dom event handler. | 
onmouseover | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
                     | onmouseover dom event handler. | 
onmouseup | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
                     | onmouseup dom event handler. | 
orientation | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.Integer)
                     | The barcode orientation in terms of angle (0, 90, 180, 270). | 
qrErrorCorrection | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
                     | The QR Code error correction level. L (default) - up to 7% damage. M - up to 15% damage. Q - up to 25% damage. H - up to 30% damage | 
quietZoneHorizontal | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.Integer)
                     | The horizontal quiet zone of the barcode in pixels. Default is 10 pixels. | 
quietZoneVertical | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.Integer)
                     | The vertical quiet zone of the barcode in pixels. Default is 1 pixel. | 
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. | 
style | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
                     | Style of the image. | 
styleClass | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
                     | Style class of the image. | 
title | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
                     | Title of the image. | 
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)
                     | Name of the client side map. | 
value | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.Object)
                     | Binary data to stream or context relative path. | 
width | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
                     | Width of the image. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.