Uses of Enum Class
org.teamapps.dto.UiExitAnimation
-
Uses of UiExitAnimation in org.teamapps.dto
Fields in org.teamapps.dto declared as UiExitAnimationModifier and TypeFieldDescriptionprotected UiExitAnimationUiNotificationBar.RemoveItemCommand.exitAnimationprotected UiExitAnimationUiNotificationBarItem.exitAnimationprotected UiExitAnimationUiRootPanel.ShowNotificationCommand.exitAnimationMethods in org.teamapps.dto that return UiExitAnimationModifier and TypeMethodDescriptionUiNotificationBar.RemoveItemCommand.getExitAnimation()UiNotificationBarItem.getExitAnimation()UiRootPanel.ShowNotificationCommand.getExitAnimation()static UiExitAnimationReturns the enum constant of this class with the specified name.static UiExitAnimation[]UiExitAnimation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiExitAnimationModifier and TypeMethodDescriptionUiNotificationBarItem.setExitAnimation(UiExitAnimation exitAnimation) Constructors in org.teamapps.dto with parameters of type UiExitAnimationModifierConstructorDescriptionRemoveItemCommand(String componentId, String id, UiExitAnimation exitAnimation) ShowNotificationCommand(UiClientObjectReference notification, UiNotificationPosition position, UiEntranceAnimation entranceAnimation, UiExitAnimation exitAnimation)