Class UiAbsoluteLayout.UpdateCommand

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

public static class UiAbsoluteLayout.UpdateCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Details

    • componentId

      protected java.lang.String componentId
    • components

      protected java.util.List<UiAbsolutePositionedComponent> components
    • animationDuration

      protected int animationDuration
    • easing

      protected UiAnimationEasing easing
  • Constructor Details

    • UpdateCommand

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

      public UpdateCommand​(java.lang.String componentId, java.util.List<UiAbsolutePositionedComponent> components, int animationDuration, UiAnimationEasing easing)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getComponentId

      public java.lang.String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<java.lang.Void>
    • getComponents

      public java.util.List<UiAbsolutePositionedComponent> getComponents()
    • getAnimationDuration

      public int getAnimationDuration()
    • getEasing

      public UiAnimationEasing getEasing()