Package org.teamapps.dto
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 Summary
Fields Modifier and Type Field Description protected intanimationDurationprotected java.lang.StringcomponentIdprotected java.util.List<UiAbsolutePositionedComponent>componentsprotected UiAnimationEasingeasing
-
Constructor Summary
Constructors Constructor Description UpdateCommand()Deprecated.Only for Jackson deserialization.UpdateCommand(java.lang.String componentId, java.util.List<UiAbsolutePositionedComponent> components, int animationDuration, UiAnimationEasing easing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAnimationDuration()java.lang.StringgetComponentId()java.util.List<UiAbsolutePositionedComponent>getComponents()UiAnimationEasinggetEasing()java.lang.StringtoString()
-
-
-
Field Detail
-
componentId
protected java.lang.String componentId
-
components
protected java.util.List<UiAbsolutePositionedComponent> components
-
animationDuration
protected int animationDuration
-
easing
protected UiAnimationEasing easing
-
-
Constructor Detail
-
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 Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()
- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getComponents
public java.util.List<UiAbsolutePositionedComponent> getComponents()
-
getAnimationDuration
public int getAnimationDuration()
-
getEasing
public UiAnimationEasing getEasing()
-
-