Uses of Class
org.teamapps.dto.UiPageTransition
-
-
Uses of UiPageTransition in org.teamapps.dto
Fields in org.teamapps.dto declared as UiPageTransition Modifier and Type Field Description protected UiPageTransitionUiMobileLayout.ShowViewCommand. animationprotected UiPageTransitionUiRootPanel.SetContentCommand. transitionMethods in org.teamapps.dto that return UiPageTransition Modifier and Type Method Description UiPageTransitionUiMobileLayout.ShowViewCommand. getAnimation()UiPageTransitionUiRootPanel.SetContentCommand. getTransition()static UiPageTransitionUiPageTransition. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiPageTransition[]UiPageTransition. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.dto with parameters of type UiPageTransition Constructor Description SetContentCommand(java.lang.String componentId, UiClientObjectReference content, UiPageTransition transition, long animationDuration)ShowViewCommand(java.lang.String componentId, UiClientObjectReference component, UiPageTransition animation, int animationDuration)
-