Class UiMap.ClearShapesCommand

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

public static class UiMap.ClearShapesCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
  • Constructor Details

    • ClearShapesCommand

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

      public ClearShapesCommand(String componentId)
  • Method Details