com.atlassian.jira.pageobjects.project.fields
Interface Field

All Known Implementing Classes:
FieldsPanel.FieldImpl, MockField

public interface Field

Represents a field within a specific field configuration on the fields tab

Since:
v4.4

Method Summary
 String getDescription()
           
 String getName()
           
 String getRenderer()
           
 String getScreens()
           
 boolean isRequired()
           
 ScreensDialog openScreensDialog()
           
 

Method Detail

getName

String getName()

getDescription

String getDescription()

isRequired

boolean isRequired()

getRenderer

String getRenderer()

getScreens

String getScreens()

openScreensDialog

ScreensDialog openScreensDialog()


Copyright © 2002-2012 Atlassian. All Rights Reserved.