Klasse UiFloatingComponent.SetMarginsCommand

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

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

    • componentId

      protected String componentId
    • marginX

      protected int marginX
    • marginY

      protected int marginY
  • Konstruktordetails

    • SetMarginsCommand

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

      public SetMarginsCommand(String componentId, int marginX, int marginY)
  • Methodendetails

    • toString

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

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

      public int getMarginX()
    • getMarginY

      public int getMarginY()