Uses of Enum Class
org.teamapps.dto.UiPageTransition
-
Uses of UiPageTransition in org.teamapps.dto
Subclasses with type arguments of type UiPageTransition in org.teamapps.dtoFields in org.teamapps.dto declared as UiPageTransitionModifier and TypeFieldDescriptionprotected UiPageTransitionUiMobileLayout.ShowViewCommand.animationprotected UiPageTransitionUiRootPanel.SetContentCommand.transitionMethods in org.teamapps.dto that return UiPageTransitionModifier and TypeMethodDescriptionUiMobileLayout.ShowViewCommand.getAnimation()UiRootPanel.SetContentCommand.getTransition()static UiPageTransitionReturns the enum constant of this class with the specified name.static UiPageTransition[]UiPageTransition.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.teamapps.dto with parameters of type UiPageTransitionModifierConstructorDescriptionSetContentCommand(String componentId, UiClientObjectReference content, UiPageTransition transition, long animationDuration) ShowViewCommand(String componentId, UiClientObjectReference component, UiPageTransition animation, int animationDuration)