Class UiImageDisplay.SetDisplayModeCommand

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

public static class UiImageDisplay.SetDisplayModeCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • displayMode

      protected UiPageDisplayMode displayMode
    • zoomFactor

      protected float zoomFactor
  • Constructor Details

    • SetDisplayModeCommand

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

      public SetDisplayModeCommand(String componentId, UiPageDisplayMode displayMode, float zoomFactor)
  • Method Details