java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.atlassian.jira.issue.fields.layout.column.ColumnLayout.ColumnConfig |
Represents the cause or source of columns in an issue table, e.g. whether they were requested explicitly, configured as the columns of a filter or the user's configured defaults.
Enum Values | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ColumnLayout.ColumnConfig | EXPLICIT | Columns were explicitly listed in the issue table request. | |||||||||||||||||||||||||||||||
ColumnLayout.ColumnConfig | FILTER | Columns come from the filter. | |||||||||||||||||||||||||||||||
ColumnLayout.ColumnConfig | NONE | No columns are used. | |||||||||||||||||||||||||||||||
ColumnLayout.ColumnConfig | SYSTEM | Columns come from the system defaults | |||||||||||||||||||||||||||||||
ColumnLayout.ColumnConfig | USER | Columns come from the user's default column config. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets a ColumnConfig by string value (name).
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||
![]() |
Columns were explicitly listed in the issue table request.
Columns come from the user's default column config.
Gets a ColumnConfig by string value (name).
value | the case insensitive name to get the value for. |
---|