com.atlassian.confluence.pageobjects.component.editor
Enum PageLayout2Toolbar.PageLayoutSectionType

java.lang.Object
  extended by java.lang.Enum<PageLayout2Toolbar.PageLayoutSectionType>
      extended by com.atlassian.confluence.pageobjects.component.editor.PageLayout2Toolbar.PageLayoutSectionType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<PageLayout2Toolbar.PageLayoutSectionType>
Enclosing class:
PageLayout2Toolbar

public static enum PageLayout2Toolbar.PageLayoutSectionType
extends java.lang.Enum<PageLayout2Toolbar.PageLayoutSectionType>


Enum Constant Summary
NONE
           
THREE_COLUMN
           
THREE_COLUMN_WITH_SIDEBARS
           
TWO_COLUMN
           
TWO_COLUMN_ASIDE_LEFT
           
TWO_COLUMN_ASIDE_RIGHT
           
 
Method Summary
 java.lang.String[] getCellStyles()
           
 org.openqa.selenium.By getDataLayoutLocator()
           
 org.openqa.selenium.By getToolbarButtonLocator()
           
static PageLayout2Toolbar.PageLayoutSectionType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PageLayout2Toolbar.PageLayoutSectionType[] 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

NONE

public static final PageLayout2Toolbar.PageLayoutSectionType NONE

TWO_COLUMN

public static final PageLayout2Toolbar.PageLayoutSectionType TWO_COLUMN

TWO_COLUMN_ASIDE_LEFT

public static final PageLayout2Toolbar.PageLayoutSectionType TWO_COLUMN_ASIDE_LEFT

TWO_COLUMN_ASIDE_RIGHT

public static final PageLayout2Toolbar.PageLayoutSectionType TWO_COLUMN_ASIDE_RIGHT

THREE_COLUMN

public static final PageLayout2Toolbar.PageLayoutSectionType THREE_COLUMN

THREE_COLUMN_WITH_SIDEBARS

public static final PageLayout2Toolbar.PageLayoutSectionType THREE_COLUMN_WITH_SIDEBARS
Method Detail

values

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

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

valueOf

public static PageLayout2Toolbar.PageLayoutSectionType 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

getToolbarButtonLocator

public org.openqa.selenium.By getToolbarButtonLocator()

getDataLayoutLocator

public org.openqa.selenium.By getDataLayoutLocator()

getCellStyles

public java.lang.String[] getCellStyles()


Copyright © 2003-2014 Atlassian. All Rights Reserved.