primefaces-p

Tag droppable

Component Information 
InfoValue
Component Typeorg.primefaces.component.Droppable
Handler ClassNone
Renderer Typeorg.primefaces.component.DroppableRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
renderedfalsejavax.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.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
widgetVarfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of the component to add droppable behavior.
disabledfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disables of enables droppable behavior.
hoverStyleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class to apply when an acceptable draggable is dragged over.
activeStyleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class to apply when an acceptable draggable is being dragged.
onDropfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a draggable is dropped.
acceptfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Selector to define the accepted draggables.
scopefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Scope key to match draggables and droppables.
tolerancefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the intersection mode to accept a draggable.
datasourcefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of a UIData component to connect with.

Output generated by Vdldoc View Declaration Language Documentation Generator.