@PublicApi public class InsightFieldSelectConfiguration extends InsightFieldConfiguration
| Constructor and Description |
|---|
InsightFieldSelectConfiguration(String key,
String labelI18nKey,
String descriptionI18nKey,
InsightFieldConfiguration[] insightFieldConfigurations,
boolean isMultiValue)
Constructor that allows easy creation of a selector who's options will use the passed
InsightFieldConfiguration's key / i18nLabel as key / value. |
InsightFieldSelectConfiguration(String key,
String labelI18nKey,
String descriptionI18nKey,
List<InsightFieldSelectOption> options,
boolean isMultiValue)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
void |
setPassword(String password) |
getDescription, getDescriptionI18nKey, getInput, getKey, getLabel, getLabelI18nKey, getRole, getValue, getWeight, isMandatory, isMultiValue, setDescription, setInput, setLabel, setMandatory, setMultiValue, setRole, setValue, setWeight, toJSON, translatepublic InsightFieldSelectConfiguration(String key, String labelI18nKey, String descriptionI18nKey, List<InsightFieldSelectOption> options, boolean isMultiValue)
public InsightFieldSelectConfiguration(String key, String labelI18nKey, String descriptionI18nKey, InsightFieldConfiguration[] insightFieldConfigurations, boolean isMultiValue)
InsightFieldConfiguration's key / i18nLabel as key / value.Copyright © 2024 Atlassian. All rights reserved.