rich
Tag dragIndicator


The <rich:dragIndicator> component defines a graphical element to display under the mouse cursor during a drag-and-drop operation.

@author abelevich


Tag Information
Component type org.richfaces.DragIndicator
Tag Name rich:dragIndicator
Renderer Type org.richfaces.DragIndicatorRenderer
Handler Class None

Attributes
Name Required Type Description
acceptClass false 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.faces.component.UIComponent The value binding expression used to wire up this component to a component property of a JavaBean class
draggingClass false java.lang.String Assigns one or more space-separated CSS class names to the component. Corresponds to the HTML "class" attribute.
id 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.
rejectClass false 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 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 Tag Library Documentation Generator.