Attributes |
Name | Required | Request-time | Type | Description |
accept | no | false | java.lang.String | JQuery selector to define the set of acceptable draggables. |
activeStyleClass | no | false | java.lang.String | Class to apply to the droppable component when an acceptable draggable is dropped. |
binding | no | false | javax.el.ValueExpression | Using an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean. |
datasource | no | false | java.lang.String | Allows you to set the ID of an ACE UIData component and that will provide a Java object as input for the drop event. That object is defined by matching the sibling index of the droppable to an object at that index in the UIData component backing. |
disabled | no | false | boolean | If enabled, no draggables will activate this droppable. |
dropListener | no | false | javax.el.MethodExpression | MethodExpression reference to a method called whenever a draggable is moved into this droppable. The method receives a single argument, DragDropEvent. |
for | no | false | java.lang.String | Id of the component to add the droppable behavior to. |
hoverStyleClass | no | false | java.lang.String | Class to apply to the droppable component when an acceptable draggable is hovering. |
id | no | false | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
rendered | no | false | boolean | Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'. |
scope | no | false | java.lang.String | This keyword allows sets of dragabbles and droppables with the same keyword to be associated with each other exclusively. |
tolerance | no | false | java.lang.String | This arbitrary keyword specifies the method of checking if a draggable is 'over' the droppable, possible values include: fit (drag must be smaller), intersect (drag must cover > 50%). pointer (cursor must be inside drop) and touch (any of the drop touches). |
widgetVar | no | false | java.lang.String | The JavaScript component instance variable name. |