Class UiPopup.SetDimensionsCommand

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

public static class UiPopup.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