Class UiMap.SetZoomLevelCommand

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

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

    • componentId

      protected String componentId
    • zoom

      protected int zoom
  • Constructor Details

    • SetZoomLevelCommand

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

      public SetZoomLevelCommand(String componentId, int zoom)
  • Method Details