| Constructor and Description |
|---|
InsightFieldRadiobuttonConfiguration(String key,
String labelI18nKey,
String descriptionI18nKey,
List<InsightFieldSelectOption> options) |
InsightFieldRadiobuttonInput(List<InsightFieldSelectOption> options) |
| Modifier and Type | Method and Description |
|---|---|
static InsightFieldSelectOption |
InsightFieldSelectOption.newInstance(String value,
String nameI18nKey) |
| Modifier and Type | Method and Description |
|---|---|
List<InsightFieldSelectOption> |
InsightFieldSelectInput.getOptions() |
| Constructor and Description |
|---|
InsightFieldSelectConfiguration(String key,
String labelI18nKey,
String descriptionI18nKey,
List<InsightFieldSelectOption> options,
boolean isMultiValue)
Default constructor.
|
InsightFieldSelectInput(List<InsightFieldSelectOption> options) |
Copyright © 2022 Atlassian. All rights reserved.