Class UiFloatingComponent.SetDimensionsCommand

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

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

    • componentId

      protected String componentId
    • width

      protected int width
    • height

      protected int height
  • Constructor Details

    • SetDimensionsCommand

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

      public SetDimensionsCommand(String componentId, int width, int height)
  • Method Details