Class UiImageCropper.SetAspectRatioCommand

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

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

    • componentId

      protected String componentId
    • aspectRatio

      protected float aspectRatio
  • Constructor Details

    • SetAspectRatioCommand

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

      public SetAspectRatioCommand(String componentId, float aspectRatio)
  • Method Details