| Info | Value |
|---|---|
| Component Type | org.primefaces.component.Resizable |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
animate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Enables animation.Default is false. |
aspectRatio | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Defines if aspectRatio should be kept or not.Default is false. |
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. |
containment | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Sets resizable boundaries as the parents size.Default is false. |
effect | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Effect to use in animation. Default is swing.Default is swing. |
effectDuration | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Effect duration of animation. Default is normal.Default is normal. |
for | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Identifier of the target component to make resizable. |
ghost | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| In ghost mode, resize helper is displayed as the original element with less opacity.Default is false. |
grid | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Snaps resizing to grid structure.Default is 1. |
handles | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies the resize handles. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
maxHeight | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Maximum height boundary in pixels. Default is max integer value.Default is Integer.MAX_VALUE. |
maxWidth | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Maximum width boundary in pixels. Default is max integer value.Default is Integer.MAX_VALUE. |
minHeight | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Maximum height boundary in pixels. Default is min integer value.Default is Integer.MIN_VALUE. |
minWidth | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Minimum width boundary in pixels. Default is min integer value.Default is Integer.MIN_VALUE. |
onResize | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute during resizing. |
onStart | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute when resizing begins. |
onStop | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute after resizing end. |
proxy | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Displays proxy element instead of actual element.Default is false. |
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. |
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.