| Package | Description |
|---|---|
| org.squashtest.tm.domain.customfield | |
| org.squashtest.tm.domain.denormalizedfield |
| Modifier and Type | Method and Description |
|---|---|
Set<CustomFieldOption> |
MultiSelectField.getOptions() |
List<CustomFieldOption> |
SingleSelectField.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleSelectField.addOption(CustomFieldOption option)
Will check if label and the code are available among the existing options.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomFieldOption> |
DenormalizedSingleSelectField.getOptions() |
Set<CustomFieldOption> |
DenormalizedMultiSelectField.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
DenormalizedSingleSelectField.addOption(CustomFieldOption option)
Will check if label and the code are available among the existing options.
|
Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.