@OpenApiAll
public class CustomDropDiagramHandlerFactory
extends java.lang.Object
DropDiagramHandlerInterface
and then
create this custom Drag and Drop factory with that implementation. Finally initialize createAndRegisterHandler
CustomDragAndDropHandler
Constructor and Description |
---|
CustomDropDiagramHandlerFactory() |
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)