Uses of Enum Class
org.teamapps.dto.UiEntranceAnimation
-
Uses of UiEntranceAnimation in org.teamapps.dto
Subclasses with type arguments of type UiEntranceAnimation in org.teamapps.dtoFields in org.teamapps.dto declared as UiEntranceAnimationModifier and TypeFieldDescriptionprotected UiEntranceAnimationUiNotificationBarItem.entranceAnimationprotected UiEntranceAnimationUiRootPanel.ShowNotificationCommand.entranceAnimationMethods in org.teamapps.dto that return UiEntranceAnimationModifier and TypeMethodDescriptionUiNotificationBarItem.getEntranceAnimation()UiRootPanel.ShowNotificationCommand.getEntranceAnimation()static UiEntranceAnimationReturns the enum constant of this class with the specified name.static UiEntranceAnimation[]UiEntranceAnimation.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 UiEntranceAnimationModifier and TypeMethodDescriptionUiNotificationBarItem.setEntranceAnimation(UiEntranceAnimation entranceAnimation) Constructors in org.teamapps.dto with parameters of type UiEntranceAnimationModifierConstructorDescriptionShowNotificationCommand(UiClientObjectReference notification, UiNotificationPosition position, UiEntranceAnimation entranceAnimation, UiExitAnimation exitAnimation)