public enum YUITemplate extends Enum<YUITemplate>
| Enum Constant and Description |
|---|
YUI_ZT_100 |
YUI_ZT_25_75 |
YUI_ZT_33_33_33 |
YUI_ZT_33_66 |
YUI_ZT_50_50 |
YUI_ZT_66_33 |
YUI_ZT_75_25 |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSS() |
String |
getDescription() |
int |
getNumberOfComponents() |
static YUITemplate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YUITemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YUITemplate YUI_ZT_100
public static final YUITemplate YUI_ZT_50_50
public static final YUITemplate YUI_ZT_66_33
public static final YUITemplate YUI_ZT_33_66
public static final YUITemplate YUI_ZT_75_25
public static final YUITemplate YUI_ZT_25_75
public static final YUITemplate YUI_ZT_33_33_33
public static YUITemplate[] values()
for (YUITemplate c : YUITemplate.values()) System.out.println(c);
public static YUITemplate 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 getCSS()
public int getNumberOfComponents()
public String getDescription()
Copyright © 2011 Nuxeo SA. All Rights Reserved.