| Info | Value | 
|---|---|
| Component Type | org.primefaces.component.Droppable | 
| Display Name | None | 
| Handler Class | None | 
| Renderer Type | org.primefaces.component.DroppableRenderer | 
| 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. | 
| for | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Id of the component to add droppable behavior. | 
| disabled | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Disables of enables droppable behavior. | 
| hoverStyleClass | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Style class to apply when an acceptable draggable is dragged over. | 
| activeStyleClass | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Style class to apply when an acceptable draggable is being dragged. | 
| onDrop | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when a draggable is dropped. | 
| accept | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Selector to define the accepted draggables. | 
| scope | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Scope key to match draggables and droppables. | 
| tolerance | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Specifies the intersection mode to accept a draggable. | 
| datasource | false | javax.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.