p

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)
Alternate text for the image.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
cachefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Controls browser caching mode of the resource. Default is true.
dirfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Direction of the text displayed.
formatfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Format of the generated barcode, valid values are png (default) and svg.
heightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Height of the image.
hrpfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The barcode human readable placement of text either "none", "top", or "bottom".
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
ismapfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies to use a server-side image map.
langfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Language code.
onclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
onclick dom event handler.
ondblclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
ondblclick dom event handler.
onkeydownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
onkeydown dom event handler.
onkeypressfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
onkeypress dom event handler.
onkeyupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
onkeyup dom event handler.
onmousedownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
onmousedown dom event handler.
onmousemovefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
onmousemove dom event handler.
onmouseoutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
onmouseout dom event handler.
onmouseoverfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
onmouseover dom event handler.
onmouseupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
onmouseup dom event handler.
orientationfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
The barcode orientation in terms of angle (0, 90, 180, 270).
qrErrorCorrectionfalsejakarta.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
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.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style of the image.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the image.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Title of the image.
typefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Type of the barcode.
usemapfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side map.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Binary data to stream or context relative path.
widthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Width of the image.

Output generated by Vdldoc View Declaration Language Documentation Generator.