Info | Value |
---|---|
Component Type | org.primefaces.component.Resizable |
Handler Class | None |
Renderer Type | org.primefaces.component.ResizableRenderer |
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 javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
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. |
effectDuration | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Effect duration of animation. 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. |
maxHeight | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Maximum height boundary in pixels. Default is max integer value. |
maxWidth | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Maximum width boundary in pixels. Default is max integer value. |
minHeight | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Maximum height boundary in pixels. Default is min integer value. |
minWidth | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Minimum width boundary in pixels. Default is min integer 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. |
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. |
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.