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
Modifier and Type Method Description intgetAnimationDuration()java.lang.StringgetComponentId()java.util.List<UiAbsolutePositionedComponent>getComponents()UiAnimationEasinggetEasing()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
componentId
protected java.lang.String componentId -
components
-
animationDuration
protected int animationDuration -
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:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getComponents
-
getAnimationDuration
public int getAnimationDuration() -
getEasing
-