Package com.storedobject.ui
Enum Class Animation
- All Implemented Interfaces:
Serializable
,Comparable<Animation>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
animate
(com.vaadin.flow.component.HasStyle component) static void
static void
remove
(com.vaadin.flow.component.HasStyle component) toString()
static Animation
Returns the enum constant of this class with the specified name.static Animation[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BOUNCE
-
FLASH
-
PULSE
-
RUBBER_BAND
-
SHAKE
-
SWING
-
TADA
-
WOBBLE
-
JELLO
-
HEART_BEAT
-
BOUNCE_IN
-
BOUNCE_IN_DOWN
-
BOUNCE_IN_LEFT
-
BOUNCE_IN_RIGHT
-
BOUNCE_IN_UP
-
BOUNCE_OUT
-
BOUNCE_OUT_DOWN
-
BOUNCE_OUT_LEFT
-
BOUNCE_OUT_RIGHT
-
BOUNCE_OUT_UP
-
FADE_IN
-
FADE_IN_DOWN
-
FADE_IN_DOWN_BIG
-
FADE_IN_LEFT
-
FADE_IN_LEFT_BIG
-
FADE_IN_RIGHT
-
FADE_IN_RIGHT_BIG
-
FADE_IN_UP
-
FADE_IN_UP_BIG
-
FADE_OUT
-
FADE_OUT_DOWN
-
FADE_OUT_DOWN_BIG
-
FADE_OUT_LEFT
-
FADE_OUT_LEFT_BIG
-
FADE_OUT_RIGHT
-
FADE_OUT_RIGHT_BIG
-
FADE_OUT_UP
-
FADE_OUT_UP_BIG
-
FLIP
-
FLIP_IN_X
-
FLIP_IN_Y
-
FLIP_OUT_X
-
FLIP_OUT_Y
-
LIGHT_SPEED_IN
-
LIGHT_SPEED_OUT
-
ROTATE_IN
-
ROTATE_IN_DOWN_LEFT
-
ROTATE_IN_DOWN_RIGHT
-
ROTATE_IN_UP_LEFT
-
ROTATE_IN_UP_RIGHT
-
ROTATE_OUT
-
ROTATE_OUT_DOWN_LEFT
-
ROTATE_OUT_DOWN_RIGHT
-
ROTATE_OUT_UP_LEFT
-
ROTATE_OUT_UP_RIGHT
-
SLIDE_IN_UP
-
SLIDE_IN_DOWN
-
SLIDE_IN_LEFT
-
SLIDE_IN_RIGHT
-
SLIDE_OUT_UP
-
SLIDE_OUT_DOWN
-
SLIDE_OUT_LEFT
-
SLIDE_OUT_RIGHT
-
ZOOM_IN
-
ZOOM_IN_DOWN
-
ZOOM_IN_LEFT
-
ZOOM_IN_RIGHT
-
ZOOM_IN_UP
-
ZOOM_OUT
-
ZOOM_OUT_DOWN
-
ZOOM_OUT_LEFT
-
ZOOM_OUT_RIGHT
-
ZOOM_OUT_UP
-
HINGE
-
JACK_IN_THE_BOX
-
ROLL_IN
-
ROLL_OUT
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
toString
-
animate
-
animate
public void animate(com.vaadin.flow.component.HasStyle component) -
remove
public static void remove(com.vaadin.flow.component.HasStyle component)
-