com.atlassian.confluence.content.render.xhtml.model.pagelayouts
Enum PageLayoutSectionLayoutType

java.lang.Object
  extended by java.lang.Enum<PageLayoutSectionLayoutType>
      extended by com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutSectionLayoutType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<PageLayoutSectionLayoutType>

public enum PageLayoutSectionLayoutType
extends java.lang.Enum<PageLayoutSectionLayoutType>

Available layouts for layout sections


Enum Constant Summary
SINGLE
           
THREE_EQUAL
           
THREE_WITH_SIDEBARS
           
TWO_EQUAL
           
TWO_LEFT_SIDEBAR
           
TWO_RIGHT_SIDEBAR
           
 
Method Summary
 PageLayoutCellType[] getExpectedCellTypes()
           
static PageLayoutSectionLayoutType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PageLayoutSectionLayoutType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

SINGLE

public static final PageLayoutSectionLayoutType SINGLE

TWO_LEFT_SIDEBAR

public static final PageLayoutSectionLayoutType TWO_LEFT_SIDEBAR

TWO_RIGHT_SIDEBAR

public static final PageLayoutSectionLayoutType TWO_RIGHT_SIDEBAR

TWO_EQUAL

public static final PageLayoutSectionLayoutType TWO_EQUAL

THREE_EQUAL

public static final PageLayoutSectionLayoutType THREE_EQUAL

THREE_WITH_SIDEBARS

public static final PageLayoutSectionLayoutType THREE_WITH_SIDEBARS
Method Detail

values

public static PageLayoutSectionLayoutType[] 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 (PageLayoutSectionLayoutType c : PageLayoutSectionLayoutType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static PageLayoutSectionLayoutType valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getExpectedCellTypes

public PageLayoutCellType[] getExpectedCellTypes()


Copyright © 2003-2014 Atlassian. All Rights Reserved.