Uses of Class
org.teamapps.dto.UiAnimationEasing
-
-
Uses of UiAnimationEasing in org.teamapps.dto
Fields in org.teamapps.dto declared as UiAnimationEasing Modifier and Type Field Description protected UiAnimationEasingUiAbsoluteLayout.UpdateCommand. easingMethods in org.teamapps.dto that return UiAnimationEasing Modifier and Type Method Description UiAnimationEasingUiAbsoluteLayout.UpdateCommand. getEasing()static UiAnimationEasingUiAnimationEasing. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiAnimationEasing[]UiAnimationEasing. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.dto with parameters of type UiAnimationEasing Constructor Description UpdateCommand(java.lang.String componentId, java.util.List<UiAbsolutePositionedComponent> components, int animationDuration, UiAnimationEasing easing)
-