Enum Class EffectVendor

java.lang.Object
java.lang.Enum<EffectVendor>
de.mekaso.vaadin.addon.compani.effect.EffectVendor
All Implemented Interfaces:
Serializable, Comparable<EffectVendor>, Constable

public enum EffectVendor extends Enum<EffectVendor>
All animation vendors (CSS libraries used in this component).
  • Enum Constant Details

    • AnimateCss

      public static final EffectVendor AnimateCss
      Animate.css animations.
    • CssAnimation

      public static final EffectVendor CssAnimation
      CssAnimation.io animations.
    • CompAni

      public static final EffectVendor CompAni
      CompAni custom animations.
    • Loading

      public static final EffectVendor Loading
      Dialog animations.
  • Method Details

    • values

      public static EffectVendor[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static EffectVendor valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getCssClass

      public String getCssClass()
      Returns:
      the cssClass
    • getPrefix

      public String getPrefix()
      Returns:
      the prefix