com.atlassian.jira.pageobjects.project.fields
Class ScreensDialog

java.lang.Object
  extended by com.atlassian.jira.pageobjects.components.InlineDialog
      extended by com.atlassian.jira.pageobjects.project.fields.ScreensDialog

public class ScreensDialog
extends InlineDialog

Represents the "x screens" inline dialog for a specific Field Layout Item on the Project Configuration Fields tab. Each field item is associated with its own Field Configuration.

Since:
v4.4

Constructor Summary
ScreensDialog(com.atlassian.pageobjects.elements.PageElement trigger, String contentsId)
           
 
Method Summary
 ScreensDialog close()
           
 List<String> getScreens()
           
 ScreensDialog 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

ScreensDialog

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

open

public ScreensDialog open()
Overrides:
open in class InlineDialog

close

public ScreensDialog close()
Overrides:
close in class InlineDialog

getScreens

public List<String> getScreens()


Copyright © 2002-2012 Atlassian. All Rights Reserved.