Class UiMap2.SetZoomLevelCommand

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

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

    • componentId

      protected String componentId
    • zoom

      protected float zoom
  • Constructor Details

    • SetZoomLevelCommand

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

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