GWT.log("select element");
select(currentDraggable, options.getSelectedClassName());
}
// select other draggable elements if select options is set
SelectFunction selectFunction = options.getSelect();
if (selectFunction != null) {
GQuery followers = selectFunction.selectElements();
followers.each(new Function() {
@Override
public void f(Element e) {
DraggableHandler handler = DraggableHandler.getInstance(e);
if (handler != null) {