org.icefaces.mobi.util
public static enum CSSUtils.Theme extends java.lang.Enum<CSSUtils.Theme>
| Enum Constant and Description |
|---|
ANDROID |
ANDROID_DARK |
ANDROID_LIGHT |
ARCHAIC |
BASE |
BB10 |
BBERRY |
HONEYCOMB |
IPAD |
IPHONE |
JQM |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
fileName() |
static CSSUtils.Theme |
getEnum(java.lang.String val) |
static CSSUtils.Theme |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CSSUtils.Theme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CSSUtils.Theme BASE
public static final CSSUtils.Theme IPAD
public static final CSSUtils.Theme IPHONE
public static final CSSUtils.Theme BBERRY
public static final CSSUtils.Theme ANDROID
public static final CSSUtils.Theme HONEYCOMB
public static final CSSUtils.Theme ARCHAIC
public static final CSSUtils.Theme ANDROID_LIGHT
public static final CSSUtils.Theme ANDROID_DARK
public static final CSSUtils.Theme BB10
public static final CSSUtils.Theme JQM
public static CSSUtils.Theme[] values()
for (CSSUtils.Theme c : CSSUtils.Theme.values()) System.out.println(c);
public static CSSUtils.Theme 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 nullpublic java.lang.String fileName()
public static CSSUtils.Theme getEnum(java.lang.String val)
Copyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.