Uses of Enum Class
org.teamapps.dto.UiAnimationEasing
-
Uses of UiAnimationEasing in org.teamapps.dto
Fields in org.teamapps.dto declared as UiAnimationEasingModifier and TypeFieldDescriptionprotected UiAnimationEasingUiAbsoluteLayout.UpdateCommand.easingMethods in org.teamapps.dto that return UiAnimationEasingModifier and TypeMethodDescriptionUiAbsoluteLayout.UpdateCommand.getEasing()static UiAnimationEasingReturns the enum constant of this class with the specified name.static UiAnimationEasing[]UiAnimationEasing.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.teamapps.dto with parameters of type UiAnimationEasingModifierConstructorDescriptionUpdateCommand(String componentId, List<UiAbsolutePositionedComponent> components, int animationDuration, UiAnimationEasing easing)