Interface EditableFieldLayout
- All Superinterfaces:
FieldLayout
- All Known Subinterfaces:
EditableDefaultFieldLayout
- All Known Implementing Classes:
EditableDefaultFieldLayoutImpl,EditableFieldLayoutImpl
Used to describe an EditableFieldLayout.
Note: These are called Field Configurations in the UI.
-
Method Summary
Modifier and TypeMethodDescriptiongetType()voidhide(FieldLayoutItem fieldLayoutItem) voidmakeOptional(FieldLayoutItem fieldLayoutItem) voidmakeRequired(FieldLayoutItem fieldLayoutItem) voidsetDescription(FieldLayoutItem fieldLayoutItem, String description) voidsetDescription(String description) voidvoidsetRendererType(FieldLayoutItem fieldLayoutItem, String rendererType) voidshow(FieldLayoutItem fieldLayoutItem) Methods inherited from interface com.atlassian.jira.issue.fields.layout.field.FieldLayout
getDescription, getFieldLayoutItem, getFieldLayoutItem, getFieldLayoutItems, getGenericValue, getHiddenFields, getId, getName, getRendererTypeForField, getRequiredFieldLayoutItems, getVisibleCustomFieldLayoutItems, getVisibleLayoutItems, getVisibleLayoutItems, isDefault, isFieldHidden
-
Method Details
-
setName
-
setDescription
-
show
-
hide
-
makeRequired
-
makeOptional
-
setDescription
-
setRendererType
-
getType
String getType()
-