@Entity public class DenormalizedSingleSelectField extends DenormalizedFieldValue
code, customFieldValue, denormalizedFieldHolderId, denormalizedFieldHolderType, id, inputType, label, position, renderingLocations, value| Constructor and Description |
|---|
DenormalizedSingleSelectField()
Created a SingleSelectField with a
|
DenormalizedSingleSelectField(CustomFieldValue customFieldValue,
Long denormalizedFieldHolderId,
DenormalizedFieldHolderType denormalizedFieldHolderType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addOption(CustomFieldOption option)
Will check if label and the code are available among the existing options.
|
List<CustomFieldOption> |
getOptions() |
accept, getCode, getCustomFieldValue, getDenormalizedFieldHolderId, getDenormalizedFieldHolderType, getId, getInputType, getLabel, getPosition, getRenderingLocations, getValue, getValueAsDate, setRenderingLocations, setValuepublic DenormalizedSingleSelectField()
public DenormalizedSingleSelectField(CustomFieldValue customFieldValue, Long denormalizedFieldHolderId, DenormalizedFieldHolderType denormalizedFieldHolderType)
public final void addOption(CustomFieldOption option)
option - : the new optionpublic List<CustomFieldOption> getOptions()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.