Uses of Enum Class
org.teamapps.ux.component.animation.EntranceAnimation
Packages that use EntranceAnimation
Package
Description
-
Uses of EntranceAnimation in org.teamapps.ux.component.animation
Subclasses with type arguments of type EntranceAnimation in org.teamapps.ux.component.animationMethods in org.teamapps.ux.component.animation that return EntranceAnimationModifier and TypeMethodDescriptionstatic EntranceAnimationReturns the enum constant of this class with the specified name.static EntranceAnimation[]EntranceAnimation.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EntranceAnimation in org.teamapps.ux.component.notification
Methods in org.teamapps.ux.component.notification that return EntranceAnimationMethods in org.teamapps.ux.component.notification with parameters of type EntranceAnimationModifier and TypeMethodDescriptionNotificationBarItem.setEntranceAnimation(EntranceAnimation entranceAnimation) Constructors in org.teamapps.ux.component.notification with parameters of type EntranceAnimationModifierConstructorDescriptionNotificationBarItem(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 EntranceAnimation in org.teamapps.ux.session
Methods in org.teamapps.ux.session with parameters of type EntranceAnimationModifier and TypeMethodDescriptionvoidSessionContext.showNotification(Notification notification, NotificationPosition position, EntranceAnimation entranceAnimation, ExitAnimation exitAnimation)