primefaces

Tag photoCam

Component Information 
InfoValue
Component Typeorg.primefaces.component.PhotoCam
Handler Classorg.primefaces.component.photocam.PhotoCamHandler
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
autoStartfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When true, camera starts automatically.Default is true.
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.
converterfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.convert.Converter)
EL expression resolves to a converter instance or literal converter ID defining a component converter.
converterMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
devicefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Device ID of the camera to use.
formatfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Format of the captured photo. Valid values are 'jpeg' and 'png'.
heightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Height of the camera viewfinder.Default is 240.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
immediatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When set true, process validations logic is executed at apply request values phase for this component.Default is false.
jpegQualityfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
JPEG quality when format is 'jpeg'. Valid range is 0-100.Default is 90.
listenerfalsejakarta.el.ValueExpression
(must evaluate to jakarta.el.MethodExpression)
Method expression to invoke when a photo is captured.
onCameraErrorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when camera error occurs.
photoHeightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Height of the captured photo.Default is 240.
photoWidthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Width of the captured photo.Default is 320.
processfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Component(s) to process in partial request.
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.
requiredfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Marks component as required.Default is false.
requiredMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
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.
updatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Component(s) to update in partial request.
validatorfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.validator.Validator)
A method expression referring to a method validating the input.
validatorMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
valueChangeListenerfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.event.ValueChangeListener)
A method binding expression referring to a method for handling a valuchangeevent.
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 the camera viewfinder.Default is 320.

Output generated by Vdldoc View Declaration Language Documentation Generator.