primefaces

Tag barcode

Component Information 
InfoValue
Component Typeorg.primefaces.component.Barcode
Handler ClassNone
Renderer Typeorg.primefaces.component.BarcodeRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
altfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
bindingfalsejakarta.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.
cachefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Controls browser caching mode of the resources.Default is true.
dirfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Direction indication for text that does not inherit directionality.
formatfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Format of the generated barcode, valid values are "svg" and "png".Default is svg.
heightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the height of an element.
hrpfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The barcode human readable placement of text either "none", "top", or "bottom".Default is bottom.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
ismapfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Default is false.
langfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
longdescfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
magnificationfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Double)
The magnification factor of the barcode.Default is 2.0.
onclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse click on the element.
ondblclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse double-click on the element.
onkeydownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a user is pressing a key.
onkeypressfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a user presses a key.
onkeyupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a user releases a key.
onmousedownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse button is pressed down on an element.
onmousemovefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the mouse pointer is moving while it is over an element.
onmouseoutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the mouse pointer moves out of an element.
onmouseoverfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the mouse pointer moves onto an element.
onmouseupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse button is released over an element.
orientationfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Orientation in terms of angle. (0, 90, 180, 270)Default is 0.
qrErrorCorrectionfalsejakarta.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.
quietZoneHorizontalfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
The horizontal quiet zone of the barcode in pixels.Default is 10.
quietZoneVerticalfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
The vertical quiet zone of the barcode in pixels.Default is 1.
renderedfalsejakarta.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.
rolefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies an inline CSS style for an element.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies one or more CSS class names for an element.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies extra information about an element (displayed as a tooltip).
typefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Type of the barcode.
usemapfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
widthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the width of an element.

Output generated by Vdldoc View Declaration Language Documentation Generator.