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