<af:componentDragSource>

componentDragSource component drag source


The tag allows the enclosing component to be dragged using the UIComponent DataFlavor. af:componentDragSource only supports the COPY action.

Example:

This example allows the <af:outputText> to be dragged

<source>
            <af:outputText value="Drag Me">
                <af:componentDragSource/>
            </af:outputText>

</source>