| Info | Value |
|---|---|
| Component Type | org.primefaces.extensions.component.ImageAreaSelect |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
aspectRatio | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Aspect ratio of the selection (e.g. '1:1'). |
autoHide | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to auto-hide the selection. |
binding | false | jakarta.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. |
fadeSpeed | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Fade speed in ms. |
for | true | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Search expression for the target image to attach the area selector to. |
handles | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to show resize handles. |
hide | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to hide the selection on click outside. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
imageHeight | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Image height for coordinate mapping. |
imageWidth | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Image width for coordinate mapping. |
keyboardSupport | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether keyboard support is enabled. |
maxHeight | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Maximum selection height. |
maxWidth | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Maximum selection width. |
minHeight | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Minimum selection height. |
minWidth | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Minimum selection width. |
movable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether the selection is movable. |
parentSelector | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Parent selector for the widget. |
persistent | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether the selection is persistent. |
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.Default is true. |
resizable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether the selection is resizable. |
show | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to show the selection on init. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the client side widget. |
zIndex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| z-index of the selection overlay. |
Output generated by Vdldoc View Declaration Language Documentation Generator.