Class DefaultReferenceEditorDndHandler<T>
- java.lang.Object
-
- com.hybris.cockpitng.editor.commonreferenceeditor.DefaultReferenceEditorDndHandler<T>
-
- Type Parameters:
T- Type of the item inside Reference Editor
- All Implemented Interfaces:
ReferenceEditorDndHandler<T>
public class DefaultReferenceEditorDndHandler<T> extends java.lang.Object implements ReferenceEditorDndHandler<T>
Default implementation ofReferenceEditorDndHandler
-
-
Constructor Summary
Constructors Constructor Description DefaultReferenceEditorDndHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenableDragAndDrop(org.zkoss.zul.Listitem item, ReferenceEditorLayout<T> referenceEditorLayout)Enables D&D for this list item
-
-
-
Method Detail
-
enableDragAndDrop
public void enableDragAndDrop(org.zkoss.zul.Listitem item, ReferenceEditorLayout<T> referenceEditorLayout)Description copied from interface:ReferenceEditorDndHandlerEnables D&D for this list item- Specified by:
enableDragAndDropin interfaceReferenceEditorDndHandler<T>- Parameters:
item- item to enable D&D forreferenceEditorLayout-ReferenceEditorLayoutof the editor that the item is contained in
-
-