p

Tag draggable

Component Information 
InfoValue
Component Typeorg.primefaces.component.Draggable
Handler ClassNone
Renderer Typeorg.primefaces.component.DraggableRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
appendTofalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
A search expression to define which element to append the draggable helper to.
axisfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies drag axis, valid values are 'x' and 'y'.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
cancelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Prevents dragging from starting on specified elements.
containmentfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Constraints dragging within the boundaries of containment element.
cursorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS cursor to display in dragging. Default is crosshair.
dashboardfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Id of the dashboard to connect with.
disabledfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disables or enables dragging.
dragOnlyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
No Description
forfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Id of the component to add draggable behavior.
gridfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Dragging happens in every x and y pixels.
handlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies a handle for dragging.
helperfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Helper element to display when dragging.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
onDragfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute while dragging.
onStartfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when dragging starts.
onStopfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when dragging stops.
opacityfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Double)
Defines the opacity of the helper during dragging. Default is 1.0
proxyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Displays proxy element instead of actual element. Default is false.
renderedfalsejakarta.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.
revertfalsejakarta.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.
scopefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Scope key to match draggables and droppables.
snapfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Draggable will snap to edge of near elements. Default is false.
snapModefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the snap mode. Valid values are 'both', 'inner' and 'outer'.
snapTolerancefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Distance from the snap element in pixels to trigger snap. Default is 20.
stackfalsejakarta.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.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
zindexfalsejakarta.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.