The <rich:dragIndicator> component defines a graphical element to display under the mouse cursor during a drag-and-drop operation.
@author abelevich| Info | Value |
|---|---|
| Component Type | org.richfaces.DragIndicator |
| Handler Class | None |
| Renderer Type | org.richfaces.DragIndicatorRenderer |
| Description | The <rich:dragIndicator> component defines a graphical element to display under the mouse cursor during a drag-and-drop operation. @author abelevich |
| Name | Required | Type | Description |
|---|---|---|---|
acceptClass |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String)
| Assigns one or more space-separated CSS class names to the indicator which are applied when a drop is accepted |
binding |
false
| javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
| The value binding expression used to wire up this component to a component property of a JavaBean class |
draggingClass |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String)
| Assigns one or more space-separated CSS class names to the component. Corresponds to the HTML "class" attribute. |
id |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String)
| The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
rejectClass |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String)
| Assigns one or more space-separated CSS class names to the indicator which are applied when a drop is rejected |
rendered |
false
| javax.el.ValueExpression
(must evaluate to boolean)
| Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true. |
Output generated by Vdldoc View Declaration Language Documentation Generator.