public static enum PageLayout2Toolbar.PageLayoutSectionType extends Enum<PageLayout2Toolbar.PageLayoutSectionType>
Enum Constant and Description |
---|
NONE |
THREE_COLUMN |
THREE_COLUMN_WITH_SIDEBARS |
TWO_COLUMN |
TWO_COLUMN_ASIDE_LEFT |
TWO_COLUMN_ASIDE_RIGHT |
Modifier and Type | Method and Description |
---|---|
String[] |
getCellStyles() |
org.openqa.selenium.By |
getDataLayoutLocator() |
org.openqa.selenium.By |
getToolbarButtonLocator() |
static PageLayout2Toolbar.PageLayoutSectionType |
valueOf(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.
|
public static final PageLayout2Toolbar.PageLayoutSectionType NONE
public static final PageLayout2Toolbar.PageLayoutSectionType TWO_COLUMN
public static final PageLayout2Toolbar.PageLayoutSectionType TWO_COLUMN_ASIDE_LEFT
public static final PageLayout2Toolbar.PageLayoutSectionType TWO_COLUMN_ASIDE_RIGHT
public static final PageLayout2Toolbar.PageLayoutSectionType THREE_COLUMN
public static final PageLayout2Toolbar.PageLayoutSectionType THREE_COLUMN_WITH_SIDEBARS
public static PageLayout2Toolbar.PageLayoutSectionType[] values()
for (PageLayout2Toolbar.PageLayoutSectionType c : PageLayout2Toolbar.PageLayoutSectionType.values()) System.out.println(c);
public static PageLayout2Toolbar.PageLayoutSectionType 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 org.openqa.selenium.By getToolbarButtonLocator()
public org.openqa.selenium.By getDataLayoutLocator()
public String[] getCellStyles()
Copyright © 2003–2020 Atlassian. All rights reserved.