org.nuxeo.opensocial.container.shared.layout.enume
Enum YUISideBarStyle
java.lang.Object
java.lang.Enum<YUISideBarStyle>
org.nuxeo.opensocial.container.shared.layout.enume.YUISideBarStyle
- All Implemented Interfaces:
- Serializable, Comparable<YUISideBarStyle>
public enum YUISideBarStyle
- extends Enum<YUISideBarStyle>
- Author:
- Stéphane Fourrier
YUI_SB_NO_COLUMN
public static final YUISideBarStyle YUI_SB_NO_COLUMN
YUI_SB_LEFT_160PX
public static final YUISideBarStyle YUI_SB_LEFT_160PX
YUI_SB_LEFT_180PX
public static final YUISideBarStyle YUI_SB_LEFT_180PX
YUI_SB_LEFT_300PX
public static final YUISideBarStyle YUI_SB_LEFT_300PX
YUI_SB_RIGHT_180PX
public static final YUISideBarStyle YUI_SB_RIGHT_180PX
YUI_SB_RIGHT_240PX
public static final YUISideBarStyle YUI_SB_RIGHT_240PX
YUI_SB_RIGHT_300PX
public static final YUISideBarStyle YUI_SB_RIGHT_300PX
values
public static YUISideBarStyle[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (YUISideBarStyle c : YUISideBarStyle.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static YUISideBarStyle valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
getSize
public int getSize()
getCSS
public String getCSS()
getDescription
public String getDescription()
Copyright © 2011 Nuxeo SAS. All Rights Reserved.