@PublicApi public interface EditableFieldLayout extends FieldLayout
Modifier and Type | Method and Description |
---|---|
String |
getType() |
void |
hide(FieldLayoutItem fieldLayoutItem) |
void |
makeOptional(FieldLayoutItem fieldLayoutItem) |
void |
makeRequired(FieldLayoutItem fieldLayoutItem) |
void |
setDescription(FieldLayoutItem fieldLayoutItem,
String description) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setRendererType(FieldLayoutItem fieldLayoutItem,
String rendererType) |
void |
show(FieldLayoutItem fieldLayoutItem) |
getDescription, getFieldLayoutItem, getFieldLayoutItem, getFieldLayoutItems, getGenericValue, getHiddenFields, getId, getName, getRendererTypeForField, getRequiredFieldLayoutItems, getVisibleCustomFieldLayoutItems, getVisibleLayoutItems, getVisibleLayoutItems, isDefault, isFieldHidden
void setName(String name)
void setDescription(String description)
void show(FieldLayoutItem fieldLayoutItem)
void hide(FieldLayoutItem fieldLayoutItem)
void makeRequired(FieldLayoutItem fieldLayoutItem)
void makeOptional(FieldLayoutItem fieldLayoutItem)
void setDescription(FieldLayoutItem fieldLayoutItem, String description)
void setRendererType(FieldLayoutItem fieldLayoutItem, String rendererType)
String getType()
Copyright © 2002-2019 Atlassian. All Rights Reserved.