Uses of Class
org.teamapps.ux.component.animation.ExitAnimation
-
Packages that use ExitAnimation Package Description org.teamapps.ux.component.animation org.teamapps.ux.component.notification -
-
Uses of ExitAnimation in org.teamapps.ux.component.animation
Methods in org.teamapps.ux.component.animation that return ExitAnimation Modifier and Type Method Description static ExitAnimationExitAnimation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExitAnimation[]ExitAnimation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExitAnimation in org.teamapps.ux.component.notification
Methods in org.teamapps.ux.component.notification that return ExitAnimation Modifier and Type Method Description ExitAnimationNotification. getExitAnimation()Methods in org.teamapps.ux.component.notification with parameters of type ExitAnimation Modifier and Type Method Description NotificationNotification. setExitAnimation(ExitAnimation exitAnimation)
-