|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ColumnLayoutItem | |
|---|---|
| com.atlassian.jira.issue.fields.layout.column | |
| com.atlassian.jira.web.component | |
| Uses of ColumnLayoutItem in com.atlassian.jira.issue.fields.layout.column |
|---|
| Methods in com.atlassian.jira.issue.fields.layout.column that return types with arguments of type ColumnLayoutItem | |
|---|---|
List<ColumnLayoutItem> |
ColumnLayout.getAllVisibleColumnLayoutItems(com.atlassian.crowd.embedded.api.User user)
Get the ColumnLayoutItems that can be displayed to the user. |
List<ColumnLayoutItem> |
ColumnLayout.getColumnLayoutItems()
|
List<ColumnLayoutItem> |
ColumnLayout.getVisibleColumnLayoutItems(com.atlassian.crowd.embedded.api.User user,
QueryContext queryContext)
Get the ColumnLayoutItems that can be displayed to the user. |
| Methods in com.atlassian.jira.issue.fields.layout.column with parameters of type ColumnLayoutItem | |
|---|---|
void |
EditableColumnLayout.moveColumnLeft(ColumnLayoutItem columnLayoutItem)
|
void |
EditableColumnLayout.moveColumnRight(ColumnLayoutItem columnLayoutItem)
|
void |
EditableColumnLayout.removeColumn(ColumnLayoutItem columnLayoutItem)
|
| Uses of ColumnLayoutItem in com.atlassian.jira.web.component |
|---|
| Methods in com.atlassian.jira.web.component that return types with arguments of type ColumnLayoutItem | |
|---|---|
List<ColumnLayoutItem> |
TableLayoutUtils.getColumns(User user,
List<String> fields)
Get the columns based off the a list of field names |
List<ColumnLayoutItem> |
TableLayoutUtils.getColumns(com.atlassian.crowd.embedded.api.User user,
List<String> fields)
Get the columns based off the a list of field names |
List<ColumnLayoutItem> |
TableLayoutUtils.getColumns(User user,
String applicationPropertyName)
Get the columns based off an application property |
List<ColumnLayoutItem> |
TableLayoutUtils.getColumns(com.atlassian.crowd.embedded.api.User user,
String applicationPropertyName)
Get the columns based off an application property |
List<ColumnLayoutItem> |
TableLayoutUtils.getColumns(User user,
String applicationPropertyName,
List<String> fields,
boolean addDefaults)
Get the columns based on a list of field names, and the default as defined in application properties with the given property name. |
List<ColumnLayoutItem> |
TableLayoutUtils.getColumns(com.atlassian.crowd.embedded.api.User user,
String applicationPropertyName,
List<String> fields,
boolean addDefaults)
Get the columns based on a list of field names, and the default as defined in application properties with the given property name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||