pe

Tag codeScanner

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.CodeScanner
Handler ClassNone
Renderer Typeorg.primefaces.extensions.component.CodeScannerRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
autoStartfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag indicating the scanner should start when rendered. Default is true.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
deviceIdfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Id of the video input device to use. Default is null which selects the first video input device.
forfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client id of the input this scanner will set the value to. Default is null.
heightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Height of video in CSS pixels.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
onerrorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a code scan fails.
onsuccessfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a code scan is successful.
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)
Inline style of the component.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
typefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Code type ("multi", "bar" or "qr"). Default "multi".
videofalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag indicating a video element should be rendered. Default is true.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
widthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Width of video in CSS pixels.

Output generated by Vdldoc View Declaration Language Documentation Generator.