Class UiFloatingComponent.SetMarginsCommand

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

public static class UiFloatingComponent.SetMarginsCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • marginX

      protected int marginX
    • marginY

      protected int marginY
  • Constructor Details

    • SetMarginsCommand

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

      public SetMarginsCommand(String componentId, int marginX, int marginY)
  • Method Details