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()
void
hide
(FieldLayoutItem fieldLayoutItem) void
makeOptional
(FieldLayoutItem fieldLayoutItem) void
makeRequired
(FieldLayoutItem fieldLayoutItem) void
setDescription
(FieldLayoutItem fieldLayoutItem, String description) void
setDescription
(String description) void
void
setRendererType
(FieldLayoutItem fieldLayoutItem, String rendererType) void
show
(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()
-