Class UiImageDisplay.ShowImageCommand

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

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

    • componentId

      protected String componentId
    • id

      protected String id
  • Constructor Details

    • ShowImageCommand

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

      public ShowImageCommand(String componentId, String id)
  • Method Details