Java DropEventgetDragType的替换

Java DropEventgetDragType的替换,java,richfaces,Java,Richfaces,我正在从RichFaces 3.3迁移到RichFaces 4.1。在RichFaces 3.3中,类DropEvent上有一个名为getDragType的方法,现在在4.1中它已经消失了。有其他选择吗?由于这个问题似乎没有一个干净简单的解决方案,我正在使用一种黑客方法来达到同样的效果: <rich:dragSource id="selectedField" type="selectedField" dragValue="#{elem.position}" dragIndicator="i

我正在从RichFaces 3.3迁移到RichFaces 4.1。在RichFaces 3.3中,类DropEvent上有一个名为getDragType的方法,现在在4.1中它已经消失了。有其他选择吗?

由于这个问题似乎没有一个干净简单的解决方案,我正在使用一种黑客方法来达到同样的效果:

<rich:dragSource id="selectedField" type="selectedField" dragValue="#{elem.position}" dragIndicator="indicator" />

e.getDragSource().getId()