Info | Value |
---|---|
Component Type | org.primefaces.component.Droppable |
Handler Class | None |
Renderer Type | org.primefaces.component.DroppableRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
accept | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Selector to define the accepted draggables. |
activeStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class to apply when an acceptable draggable is being dragged. |
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
datasource | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Id of a UIData component to connect with. |
disabled | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Disables of enables droppable behavior. |
for | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Id of the component to add droppable behavior. |
greedy | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Avoids parent droppable elements receiving the drop event. Default value is false |
hoverStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class to apply when an acceptable draggable is dragged over. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
onDrop | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a draggable is dropped. |
rendered | false | jakarta.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. |
scope | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Scope key to match draggables and droppables. |
tolerance | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the intersection mode to accept a draggable. Values are 'fit', 'pointer', 'touch' or 'intersect'. Default is 'intersect'. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side widget. |
Output generated by Vdldoc View Declaration Language Documentation Generator.