Info | Value |
---|---|
Component Type | org.primefaces.extensions.component.ImageZoom |
Handler Class | None |
Renderer Type | org.primefaces.extensions.component.ImageZoomRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
background | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| The background color of the overlay. Default is #FFF |
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. |
container | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| (Optional) The viewport to render the zoom in |
for | true | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| The target image. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a naming container. |
margin | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| The space outside the zoomed image. Default is 0 |
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. |
scrollOffset | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| The number of pixels to scroll to close the zoom. Default is 40 |
template | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| (Optional) The template element to display on zoom |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side widget. |
Output generated by Vdldoc View Declaration Language Documentation Generator.