Class UiMap.SetLocationCommand

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

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

  • Constructor Details

    • SetLocationCommand

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

      public SetLocationCommand(String componentId, UiMapLocation location)
  • Method Details