Uses of Class
org.teamapps.ux.component.animation.EntranceAnimation
-
Packages that use EntranceAnimation Package Description org.teamapps.ux.component.animation org.teamapps.ux.session -
-
Uses of EntranceAnimation in org.teamapps.ux.component.animation
Methods in org.teamapps.ux.component.animation that return EntranceAnimation Modifier and Type Method Description static EntranceAnimationEntranceAnimation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EntranceAnimation[]EntranceAnimation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntranceAnimation in org.teamapps.ux.session
Methods in org.teamapps.ux.session with parameters of type EntranceAnimation Modifier and Type Method Description voidSessionContext. showNotification(Notification notification, NotificationPosition position, EntranceAnimation entranceAnimation, ExitAnimation exitAnimation)
-