public class ColumnNamesValuesGenerator extends Object implements ValuesGenerator
This generator will return all available columns for the currently logged in user, and will
put them in an order that resembles the current ordering. It will also add a 'Default' column
whose value is ColumnNamesValuesGenerator.Property.DEFAULT_COLUMNS
.
Modifier and Type | Class and Description |
---|---|
static class |
ColumnNamesValuesGenerator.Property |
NONE
Constructor and Description |
---|
ColumnNamesValuesGenerator() |
public Map getValues(Map params)
ValuesGenerator
getValues
in interface ValuesGenerator
params
- Used to generate a relevant list of choices. e.g. may have some permissions in itCopyright © 2002-2022 Atlassian. All Rights Reserved.