Info | Value |
---|---|
Component Type | org.primefaces.component.PhotoCam |
Handler Class | org.primefaces.component.photocam.PhotoCamHandler |
Renderer Type | org.primefaces.component.PhotoCamRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
autoStart | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Disable camera start after initialize |
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
converter | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.convert.Converter )
| An el expression or a literal text that defines a converter for the component. When it's an EL expression, it's resolved to a converter instance. In case it's a static text, it must refer to a converter id. |
converterMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Message to display when conversion fails. |
device | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Suggests a video input device such as 'user' (aka font camera) or 'environment' (aka rear camera). |
format | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Format of the image, valid values are "jpeg" default and png. |
height | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Height of the camera viewport. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
immediate | false | jakarta.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. |
jpegQuality | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Quality of the image between 0 and 100 when the format is jpeg, default value is 90. |
listener | false | jakarta.el.ValueExpression
(must evaluate to javax.el.MethodExpression )
| Method expression to listen capture events. |
onCameraError | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback executed if the camera has an error. |
photoHeight | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Height of the captured photo, defaults to height |
photoWidth | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Width of the captured photo, defaults to width. |
process | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Identifiers of components to process during photo capture. |
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. |
required | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Marks component as required. |
requiredMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Message to display when required field validation fails. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style of the camera container. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the camera container. |
update | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Identifiers of components to update after photo capture. |
validator | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.validator.Validator )
| A method expression referring to a method validating the input. |
validatorMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Message to display when validation fails. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object )
| Value of the component. |
valueChangeListener | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.event.ValueChangeListener )
| A method binding expression referring to a method for handling a valuchangeevent. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side widget. |
width | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Width of the camera viewport. |
Output generated by Vdldoc View Declaration Language Documentation Generator.