The tag allows the enclosing component to be dragged using the UIComponent DataFlavor. af:componentDragSource only supports the COPY action.
This example allows the <af:outputText> to be dragged
<source>
<af:outputText value="Drag Me">
<af:componentDragSource/>
</af:outputText>
</source>