com.atlassian.jira.pageobjects.components
Class ScreenEditor.AddTabDialog

java.lang.Object
  extended by com.atlassian.jira.pageobjects.components.InlineDialog
      extended by com.atlassian.jira.pageobjects.components.ScreenEditor.AddTabDialog
Enclosing class:
ScreenEditor

public static class ScreenEditor.AddTabDialog
extends InlineDialog


Constructor Summary
ScreenEditor.AddTabDialog(com.atlassian.pageobjects.elements.PageElement trigger, String contentsId)
           
 
Method Summary
 String addTabFail(String tabName)
           
 EditScreenTab addTabSuccess(String tabName)
           
 ScreenEditor.AddTabDialog close()
           
 ScreenEditor.AddTabDialog open()
           
 
Methods inherited from class com.atlassian.jira.pageobjects.components.InlineDialog
getDialogContents, initialize, isOpen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenEditor.AddTabDialog

public ScreenEditor.AddTabDialog(com.atlassian.pageobjects.elements.PageElement trigger,
                                 String contentsId)
Method Detail

open

public ScreenEditor.AddTabDialog open()
Overrides:
open in class InlineDialog

close

public ScreenEditor.AddTabDialog close()
Overrides:
close in class InlineDialog

addTabSuccess

public EditScreenTab addTabSuccess(String tabName)

addTabFail

public String addTabFail(String tabName)


Copyright © 2002-2014 Atlassian. All Rights Reserved.