@OpenApiAll
public class CustomShapeMoveHandlerFactory
extends java.lang.Object
DropDiagramHandlerInterface
and then
create this custom Drag and Drop factory with that implementation. Finally initialize createAndRegisterHandler
CustomDragAndDropHandler
Constructor and Description |
---|
CustomShapeMoveHandlerFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
register(CustomDragAndDropHandler handlerImplementation)
Creates and register custom Drag and Drop handler with given implementation
|
public static void register(CustomDragAndDropHandler handlerImplementation)