Uses of Enum Class
org.teamapps.ux.component.animation.PageTransition
Packages that use PageTransition
Package
Description
-
Uses of PageTransition in org.teamapps.ux.component.animation
Methods in org.teamapps.ux.component.animation that return PageTransitionModifier and TypeMethodDescriptionstatic PageTransitionReturns the enum constant of this class with the specified name.static PageTransition[]PageTransition.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PageTransition in org.teamapps.ux.component.mobile
Methods in org.teamapps.ux.component.mobile with parameters of type PageTransitionModifier and TypeMethodDescriptionvoidMobileLayout.setContent(Component component, PageTransition animation, int animationDuration) -
Uses of PageTransition in org.teamapps.ux.component.rootpanel
Methods in org.teamapps.ux.component.rootpanel with parameters of type PageTransitionModifier and TypeMethodDescriptionvoidRootPanel.setContent(Component component, PageTransition animation, long animationDuration)