com.bstek.dorado.view.widget
public enum FloatControlAnimateType extends java.lang.Enum<FloatControlAnimateType>
Enum Constant and Description |
---|
fade |
flip |
modernSlide |
modernZoom |
none |
safeSlide |
slide |
zoom |
Modifier and Type | Method and Description |
---|---|
static FloatControlAnimateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FloatControlAnimateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FloatControlAnimateType zoom
public static final FloatControlAnimateType modernZoom
public static final FloatControlAnimateType flip
public static final FloatControlAnimateType slide
public static final FloatControlAnimateType safeSlide
public static final FloatControlAnimateType modernSlide
public static final FloatControlAnimateType fade
public static final FloatControlAnimateType none
public static FloatControlAnimateType[] values()
for (FloatControlAnimateType c : FloatControlAnimateType.values()) System.out.println(c);
public static FloatControlAnimateType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2001-2011 www.BSTEK.com All Rights Reserved.