Uses of Class
org.teamapps.dto.UiMobileLayoutAnimation
-
-
Uses of UiMobileLayoutAnimation in org.teamapps.dto
Fields in org.teamapps.dto declared as UiMobileLayoutAnimation Modifier and Type Field Description protected UiMobileLayoutAnimationUiMobileLayout.ShowViewCommand. animationMethods in org.teamapps.dto that return UiMobileLayoutAnimation Modifier and Type Method Description UiMobileLayoutAnimationUiMobileLayout.ShowViewCommand. getAnimation()static UiMobileLayoutAnimationUiMobileLayoutAnimation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiMobileLayoutAnimation[]UiMobileLayoutAnimation. 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 UiMobileLayoutAnimation Constructor Description ShowViewCommand(java.lang.String componentId, java.lang.String viewId, UiMobileLayoutAnimation animation)
-