Uses of Class
org.teamapps.dto.UiRepeatableAnimation
-
-
Uses of UiRepeatableAnimation in org.teamapps.dto
Fields in org.teamapps.dto declared as UiRepeatableAnimation Modifier and Type Field Description protected UiRepeatableAnimationUiNotificationBarItem. iconAnimationMethods in org.teamapps.dto that return UiRepeatableAnimation Modifier and Type Method Description UiRepeatableAnimationUiNotificationBarItem. getIconAnimation()static UiRepeatableAnimationUiRepeatableAnimation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiRepeatableAnimation[]UiRepeatableAnimation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiRepeatableAnimation Modifier and Type Method Description UiNotificationBarItemUiNotificationBarItem. setIconAnimation(UiRepeatableAnimation iconAnimation)
-