Interface FieldConfigItem

All Known Implementing Classes:
FieldConfigItemImpl

@PublicApi public interface FieldConfigItem
Models a row in a field configuration.
  • Method Details

    • getDisplayName

      String getDisplayName()
      Note: use getDisplayNameKey() where possible.
      Returns:
      the display name for this config item in hard-coded English
    • getDisplayNameKey

      String getDisplayNameKey()
      Returns:
      the display name for this config item as an i18n key
    • getViewHtml

      String getViewHtml(FieldLayoutItem fieldLayoutItem)
    • getFieldConfig

      FieldConfig getFieldConfig()
    • getType

    • getObjectKey

      String getObjectKey()
    • getConfigurationObject

      Object getConfigurationObject(Issue issue)
    • getBaseEditUrl

      String getBaseEditUrl()