| Info | Value | 
|---|---|
| Component Type | org.primefaces.component.Draggable | 
| Display Name | None | 
| Handler Class | None | 
| Renderer Type | org.primefaces.component.DraggableRenderer | 
| Description | None | 
| Name | Required | Type | Description | 
|---|---|---|---|
| id | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Unique identifier of the component in a namingContainer. | 
| rendered | false | javax.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. | 
| binding | false | javax.el.ValueExpression(must evaluate to javax.faces.component.UIComponent) | An el expression referring to a server side UIComponent instance in a backing bean. | 
| widgetVar | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Name of the client side widget. | 
| proxy | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Displays proxy element instead of actual element. Default is false. | 
| dragOnly | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | No Description | 
| for | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Id of the component to add draggable behavior. | 
| disabled | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Disables or enables dragging. | 
| axis | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Specifies drag axis, valid values are 'x' and 'y'. | 
| containment | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Constraints dragging within the boundaries of containment element. | 
| helper | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Helper element to display when dragging. | 
| revert | false | javax.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. | 
| snap | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Draggable will snap to edge of near elements. Default is false. | 
| snapMode | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Specifies the snap mode. Valid values are 'both', 'inner' and 'outer'. | 
| snapTolerance | false | javax.el.ValueExpression(must evaluate to java.lang.Integer) | Distance from the snap element in pixels to trigger snap. Default is 20. | 
| zindex | false | javax.el.ValueExpression(must evaluate to java.lang.Integer) | ZIndex to apply during dragging. Default is -1. | 
| handle | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Specifies a handle for dragging. | 
| opacity | false | javax.el.ValueExpression(must evaluate to java.lang.Double) | Defines the opacity of the helper during dragging. Default is 1.0 | 
| stack | false | javax.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. | 
| grid | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Dragging happens in every x and y pixels. | 
| scope | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Scope key to match draggables and droppables. | 
| cursor | false | javax.el.ValueExpression(must evaluate to java.lang.String) | CSS cursor to display in dragging. Default is crosshair. | 
| dashboard | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Id of the dashboard to connect with. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.