public enum KendoEffect extends Enum<KendoEffect>
| Enum Constant and Description |
|---|
EXPAND_VERTICAL |
FADE_IN |
FADE_OUT |
FLIP_HORIZONTAL |
SLIDEIN_DOWN |
SLIDEIN_LEFT |
SLIDEIN_RIGHT |
SLIDEIN_UP |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static KendoEffect |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KendoEffect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KendoEffect FADE_IN
public static final KendoEffect FADE_OUT
public static final KendoEffect SLIDEIN_LEFT
public static final KendoEffect SLIDEIN_RIGHT
public static final KendoEffect SLIDEIN_UP
public static final KendoEffect SLIDEIN_DOWN
public static final KendoEffect FLIP_HORIZONTAL
public static final KendoEffect EXPAND_VERTICAL
public static KendoEffect[] values()
for (KendoEffect c : KendoEffect.values()) System.out.println(c);
public static KendoEffect valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<KendoEffect>Copyright © 2021 7thWeb. All rights reserved.