Info | Value |
---|---|
Component Type | org.primefaces.component.Draggable |
Handler Class | None |
Renderer Type | org.primefaces.component.DraggableRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
appendTo | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| A search expression to define which element to append the draggable helper to. |
axis | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies drag axis, valid values are 'x' and 'y'. |
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. |
cancel | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Prevents dragging from starting on specified elements. |
containment | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Constraints dragging within the boundaries of containment element. |
cursor | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| CSS cursor to display in dragging. Default is crosshair. |
dashboard | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Id of the dashboard to connect with. |
disabled | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Disables or enables dragging. |
dragOnly | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| No Description |
for | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Id of the component to add draggable behavior. |
grid | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Dragging happens in every x and y pixels. |
handle | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies a handle for dragging. |
helper | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Helper element to display when dragging. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
onDrag | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute while dragging. |
onStart | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when dragging starts. |
onStop | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when dragging stops. |
opacity | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Double )
| Defines the opacity of the helper during dragging. Default is 1.0 |
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. |
revert | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Reverts draggable to it's original position when not dropped onto a valid droppable. Default is false. |
scope | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Scope key to match draggables and droppables. |
snap | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Draggable will snap to edge of near elements. Default is false. |
snapMode | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the snap mode. Valid values are 'both', 'inner' and 'outer'. |
snapTolerance | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Distance from the snap element in pixels to trigger snap. Default is 20. |
stack | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| In stack mode, draggable overlap is controlled automatically using the provided selector, dragged item always overlays other draggables. |
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 )
| ZIndex to apply during dragging. Default is -1. |
Output generated by Vdldoc View Declaration Language Documentation Generator.