Klasse UiPopup.SetDimensionsCommand

java.lang.Object
org.teamapps.dto.UiPopup.SetDimensionsCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiPopup

public static class UiPopup.SetDimensionsCommand extends Object implements UiCommand<Void>
  • Felddetails

    • componentId

      protected String componentId
    • width

      protected int width
    • height

      protected int height
  • Konstruktordetails

    • SetDimensionsCommand

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

      public SetDimensionsCommand(String componentId, int width, int height)
  • Methodendetails

    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getComponentId

      public String getComponentId()
      Angegeben von:
      getComponentId in Schnittstelle UiCommand<Void>
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()