| Package | Description |
|---|---|
| org.squashtest.tm.domain.customfield | |
| org.squashtest.tm.domain.denormalizedfield |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<CustomFieldOption,QCustomFieldOption> |
QMultiSelectField.options |
com.querydsl.core.types.dsl.ListPath<CustomFieldOption,QCustomFieldOption> |
QSingleSelectField.options |
| 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.
|
| Constructor and Description |
|---|
QCustomFieldOption(com.querydsl.core.types.Path<? extends CustomFieldOption> path) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<CustomFieldOption,QCustomFieldOption> |
QDenormalizedMultiSelectField.options |
com.querydsl.core.types.dsl.ListPath<CustomFieldOption,QCustomFieldOption> |
QDenormalizedSingleSelectField.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–2016 Henix, henix.fr. All rights reserved.