public static enum LaddaBehavior.Effect extends Enum<LaddaBehavior.Effect> implements de.agilecoders.wicket.core.markup.html.bootstrap.behavior.ICssClassNameProvider
The available UI effects
| Enum Constant and Description |
|---|
CONTACT |
EXPAND_DOWN |
EXPAND_LEFT |
EXPAND_RIGHT |
EXPAND_UP |
SLIDE_DOWN |
SLIDE_LEFT |
SLIDE_RIGHT |
SLIDE_UP |
ZOOM_IN |
ZOOM_OUT |
| Modifier and Type | Method and Description |
|---|---|
String |
cssClassName() |
static LaddaBehavior.Effect |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LaddaBehavior.Effect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LaddaBehavior.Effect EXPAND_LEFT
public static final LaddaBehavior.Effect EXPAND_RIGHT
public static final LaddaBehavior.Effect EXPAND_UP
public static final LaddaBehavior.Effect EXPAND_DOWN
public static final LaddaBehavior.Effect ZOOM_IN
public static final LaddaBehavior.Effect ZOOM_OUT
public static final LaddaBehavior.Effect SLIDE_LEFT
public static final LaddaBehavior.Effect SLIDE_RIGHT
public static final LaddaBehavior.Effect SLIDE_UP
public static final LaddaBehavior.Effect SLIDE_DOWN
public static final LaddaBehavior.Effect CONTACT
public static LaddaBehavior.Effect[] values()
for (LaddaBehavior.Effect c : LaddaBehavior.Effect.values()) System.out.println(c);
public static LaddaBehavior.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 nullpublic String cssClassName()
cssClassName in interface de.agilecoders.wicket.core.markup.html.bootstrap.behavior.ICssClassNameProviderCopyright © 2011–2014 AgileCoders. All rights reserved.