public enum YUISideBarStyle extends Enum<YUISideBarStyle>
Enum Constant and Description |
---|
YUI_SB_LEFT_160PX |
YUI_SB_LEFT_180PX |
YUI_SB_LEFT_300PX |
YUI_SB_NO_COLUMN |
YUI_SB_RIGHT_180PX |
YUI_SB_RIGHT_240PX |
YUI_SB_RIGHT_300PX |
Modifier and Type | Method and Description |
---|---|
String |
getCSS() |
String |
getDescription() |
int |
getSize() |
static YUISideBarStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YUISideBarStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YUISideBarStyle YUI_SB_NO_COLUMN
public static final YUISideBarStyle YUI_SB_LEFT_160PX
public static final YUISideBarStyle YUI_SB_LEFT_180PX
public static final YUISideBarStyle YUI_SB_LEFT_300PX
public static final YUISideBarStyle YUI_SB_RIGHT_180PX
public static final YUISideBarStyle YUI_SB_RIGHT_240PX
public static final YUISideBarStyle YUI_SB_RIGHT_300PX
public static YUISideBarStyle[] values()
for (YUISideBarStyle c : YUISideBarStyle.values()) System.out.println(c);
public static YUISideBarStyle 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 int getSize()
public String getCSS()
public String getDescription()
Copyright © 2013 Nuxeo SA. All Rights Reserved.