Class UiImageCropper.SetImageUrlCommand

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

public static class UiImageCropper.SetImageUrlCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • imageUrl

      protected String imageUrl
  • Constructor Details

    • SetImageUrlCommand

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

      public SetImageUrlCommand(String componentId, String imageUrl)
  • Method Details