Uses of Enum Class
org.teamapps.ux.component.animation.ExitAnimation
Packages that use ExitAnimation
Package
Description
-
Uses of ExitAnimation in org.teamapps.ux.component.animation
Subclasses with type arguments of type ExitAnimation in org.teamapps.ux.component.animationMethods in org.teamapps.ux.component.animation that return ExitAnimationModifier and TypeMethodDescriptionstatic ExitAnimationReturns the enum constant of this class with the specified name.static ExitAnimation[]ExitAnimation.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ExitAnimation in org.teamapps.ux.component.notification
Methods in org.teamapps.ux.component.notification that return ExitAnimationMethods in org.teamapps.ux.component.notification with parameters of type ExitAnimationModifier and TypeMethodDescriptionNotificationBarItem.setExitAnimation(ExitAnimation exitAnimation) Constructors in org.teamapps.ux.component.notification with parameters of type ExitAnimationModifierConstructorDescriptionNotificationBarItem(Icon<?, ?> icon, String text, boolean dismissible, int displayTimeInMillis, boolean progressBarVisible, Color backgroundColor, Color borderColor, Color textColor, Spacing padding, RepeatableAnimation iconAnimation, EntranceAnimation entranceAnimation, ExitAnimation exitAnimation) -
Uses of ExitAnimation in org.teamapps.ux.session
Methods in org.teamapps.ux.session with parameters of type ExitAnimationModifier and TypeMethodDescriptionvoidSessionContext.showNotification(Notification notification, NotificationPosition position, EntranceAnimation entranceAnimation, ExitAnimation exitAnimation)