Class UiMap2.StopDrawingShapeCommand

java.lang.Object
org.teamapps.dto.UiMap2.StopDrawingShapeCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiMap2

public static class UiMap2.StopDrawingShapeCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
  • Constructor Details

    • StopDrawingShapeCommand

      @Deprecated public StopDrawingShapeCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • StopDrawingShapeCommand

      public StopDrawingShapeCommand(String componentId)
  • Method Details