Package org.teamapps.dto
Class UiAbsoluteLayout.UpdateCommand
java.lang.Object
org.teamapps.dto.UiAbsoluteLayout.UpdateCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected Stringprotected List<UiAbsolutePositionedComponent> protected UiAnimationEasing -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UpdateCommand(String componentId, List<UiAbsolutePositionedComponent> components, int animationDuration, UiAnimationEasing easing) -
Method Summary
-
Field Details
-
componentId
-
components
-
animationDuration
protected int animationDuration -
easing
-
-
Constructor Details
-
UpdateCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UpdateCommand
public UpdateCommand(String componentId, List<UiAbsolutePositionedComponent> components, int animationDuration, UiAnimationEasing easing)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getComponents
-
getAnimationDuration
public int getAnimationDuration() -
getEasing
-