Interface ReferenceEditorDndHandler<T>
-
- Type Parameters:
T-
- All Known Implementing Classes:
DefaultReferenceEditorDndHandler
public interface ReferenceEditorDndHandler<T>Handles Drag & Drop in Reference Editor
-
-
Method Summary
All Methods Instance Methods Abstract 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
void enableDragAndDrop(org.zkoss.zul.Listitem item, ReferenceEditorLayout<T> referenceEditorLayout)Enables D&D for this list item- Parameters:
item- item to enable D&D forreferenceEditorLayout-ReferenceEditorLayoutof the editor that the item is contained in
-
-