Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.container.shared.layout.enume
Enum YUISideBarStyle

java.lang.Object
  extended by java.lang.Enum<YUISideBarStyle>
      extended by org.nuxeo.opensocial.container.shared.layout.enume.YUISideBarStyle
All Implemented Interfaces:
Serializable, Comparable<YUISideBarStyle>

public enum YUISideBarStyle
extends Enum<YUISideBarStyle>

Author:
Stéphane Fourrier

Enum Constant Summary
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
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.