public class ScreenEditor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ScreenEditor.AddTabDialog |
Constructor and Description |
---|
ScreenEditor() |
Modifier and Type | Method and Description |
---|---|
EditScreenTab |
addTab(String tab) |
String |
addTabExpectingFail(String tab) |
EditScreenTab |
getCurrentTab() |
List<String> |
getTabs() |
void |
initialize() |
void |
isEditorInitialized() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isPresent() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isReadOnly() |
void |
moveTabAfter(String tab,
String target) |
EditScreenTab |
openTab(String tabName) |
public void initialize()
public void isEditorInitialized()
public com.atlassian.pageobjects.elements.query.TimedCondition isPresent()
public com.atlassian.pageobjects.elements.query.TimedCondition isReadOnly()
public EditScreenTab getCurrentTab()
public EditScreenTab openTab(String tabName)
public EditScreenTab addTab(String tab)
Copyright © 2002-2024 Atlassian. All Rights Reserved.