Uses of Enum Class
de.mekaso.vaadin.addon.compani.effect.HideEffect
Packages that use HideEffect
Package
Description
Animations from different animation providers.
All effects (from different providers).
-
Uses of HideEffect in de.mekaso.vaadin.addon.compani.animation
Methods in de.mekaso.vaadin.addon.compani.animation with parameters of type HideEffectModifier and TypeMethodDescriptionAnimationTypes.HideAnimation.withEffect(HideEffect effect) Set the effect for an animation. -
Uses of HideEffect in de.mekaso.vaadin.addon.compani.effect
Methods in de.mekaso.vaadin.addon.compani.effect that return HideEffectModifier and TypeMethodDescriptionstatic HideEffectReturns the enum constant of this class with the specified name.static HideEffect[]HideEffect.values()Returns an array containing the constants of this enum class, in the order they are declared.