Uses of Class
org.teamapps.dto.UiEntranceAnimation
-
Uses of UiEntranceAnimation in org.teamapps.dto
Fields in org.teamapps.dto declared as UiEntranceAnimation Modifier and Type Field Description protected UiEntranceAnimationUiNotificationBarItem. entranceAnimationprotected UiEntranceAnimationUiRootPanel.ShowNotificationCommand. entranceAnimationMethods in org.teamapps.dto that return UiEntranceAnimation Modifier and Type Method Description UiEntranceAnimationUiNotificationBarItem. getEntranceAnimation()UiEntranceAnimationUiRootPanel.ShowNotificationCommand. getEntranceAnimation()static UiEntranceAnimationUiEntranceAnimation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiEntranceAnimation[]UiEntranceAnimation. 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 UiEntranceAnimation Modifier and Type Method Description UiNotificationBarItemUiNotificationBarItem. setEntranceAnimation(UiEntranceAnimation entranceAnimation)Constructors in org.teamapps.dto with parameters of type UiEntranceAnimation Constructor Description ShowNotificationCommand(UiClientObjectReference notification, UiNotificationPosition position, UiEntranceAnimation entranceAnimation, UiExitAnimation exitAnimation)