super(text, enabledCSSClass, item.getResources(), type, element);
this.text = text;
this.item = item;
addHandler(new DragProxyDetachedEventHandler() {
@Override
public void onDragProxyDetached(DragProxyDetachedEvent event) {
item.reportInteraction(new VisualItemInteraction(
Type.DRAG_END));
dragEnabler.removeAvatar();