Class UiPopup.SetPositionCommand

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

public static class UiPopup.SetPositionCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • x

      protected int x
    • y

      protected int y
  • Constructor Details

    • SetPositionCommand

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

      public SetPositionCommand(String componentId, int x, int y)
  • Method Details