public enum Effect extends Enum<Effect>
JQueryEffectContainer.play(org.apache.wicket.core.request.handler.IPartialPageRequestHandler, Effect)
Enum Constant and Description |
---|
Blind |
Bounce |
Clip |
Drop |
Explode |
Fold |
Highlight |
Puff |
Pulsate |
Scale |
Shake |
Size |
Slide |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Effect |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Effect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Effect Blind
public static final Effect Bounce
public static final Effect Clip
public static final Effect Drop
public static final Effect Explode
public static final Effect Fold
public static final Effect Highlight
public static final Effect Puff
public static final Effect Pulsate
public static final Effect Scale
public static final Effect Shake
public static final Effect Size
public static final Effect Slide
public static Effect[] values()
for (Effect c : Effect.values()) System.out.println(c);
public static Effect 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 nullCopyright © 2015 7thWeb. All rights reserved.