| Package | Description |
|---|---|
| org.squashtest.tm.domain.customfield | |
| org.squashtest.tm.domain.denormalizedfield |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<CustomFieldValueOption,QCustomFieldValueOption> |
QTagsValue.selectedOptions |
| Modifier and Type | Method and Description |
|---|---|
CustomFieldValueOption |
CustomFieldValueOption.copy() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomFieldValueOption> |
TagsValue.getSelectedOptions() |
List<CustomFieldValueOption> |
MultiValuedCustomFieldValue.getSelectedOptions()
Returns the selected options as a collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagsValue.addCUFieldValueOption(CustomFieldValueOption cufVO) |
void |
TagsValue.removeCUFValueOption(CustomFieldValueOption cufVO) |
| Modifier and Type | Method and Description |
|---|---|
void |
TagsValue.setSelectedOptions(List<CustomFieldValueOption> options) |
void |
MultiValuedCustomFieldValue.setSelectedOptions(List<CustomFieldValueOption> options)
Sets the value as a list of CustomFieldValueOption
|
| Constructor and Description |
|---|
QCustomFieldValueOption(com.querydsl.core.types.Path<? extends CustomFieldValueOption> path) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<CustomFieldValueOption,QCustomFieldValueOption> |
QDenormalizedMultiSelectField.selectedOptions |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.