Uses of Class
org.teamapps.dto.UiExitAnimation
-
-
Uses of UiExitAnimation in org.teamapps.dto
Fields in org.teamapps.dto declared as UiExitAnimation Modifier and Type Field Description protected UiExitAnimationUiNotificationBar.RemoveItemCommand. exitAnimationprotected UiExitAnimationUiNotificationBarItem. exitAnimationprotected UiExitAnimationUiRootPanel.ShowNotificationCommand. exitAnimationMethods in org.teamapps.dto that return UiExitAnimation Modifier and Type Method Description UiExitAnimationUiNotificationBar.RemoveItemCommand. getExitAnimation()UiExitAnimationUiNotificationBarItem. getExitAnimation()UiExitAnimationUiRootPanel.ShowNotificationCommand. getExitAnimation()static UiExitAnimationUiExitAnimation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiExitAnimation[]UiExitAnimation. 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 UiExitAnimation Modifier and Type Method Description UiNotificationBarItemUiNotificationBarItem. setExitAnimation(UiExitAnimation exitAnimation)Constructors in org.teamapps.dto with parameters of type UiExitAnimation Constructor Description RemoveItemCommand(java.lang.String componentId, java.lang.String id, UiExitAnimation exitAnimation)ShowNotificationCommand(UiClientObjectReference notification, UiNotificationPosition position, UiEntranceAnimation entranceAnimation, UiExitAnimation exitAnimation)
-