Interface UIAtomicWithEnumeration
- All Superinterfaces:
UIAtomicWidget,UIWidget
- All Known Subinterfaces:
UIAtomicWithEnumerationItem,UICheckBox,UICheckBoxGroup,UIComboBox,UIDropDownList,UIListBox,UIRadioButton,UIRadioButtonGroup
This interface is common to all EBX® model-driven widgets based on
a single data model enumerated field.
These widgets are able to propose possible values to the end user.
- Since:
- 5.3.0
-
Method Summary
Modifier and TypeMethodDescription<T> Nomenclature<T>Returns the specific nomenclature defined for this component specification, ornullif it has not been defined.voidsetSpecificNomenclature(Nomenclature<?> specificNomenclature) Sets a specific nomenclature for this component.Methods inherited from interface com.orchestranetworks.ui.form.widget.UIAtomicWidget
getActionOnAfterValueChanged, isAjaxPrevalidationEnabled, isAjaxValueSynchEnabled, setActionOnAfterValueChanged, setAjaxPrevalidationEnabled, setAjaxValueSynchEnabledMethods inherited from interface com.orchestranetworks.ui.form.widget.UIWidget
isEditorDisabled, setEditorDisabled
-
Method Details
-
getSpecificNomenclature
Returns the specific nomenclature defined for this component specification, ornullif it has not been defined. -
setSpecificNomenclature
Sets a specific nomenclature for this component. If the specified nomenclature isnull, then the component will use its default enumeration.Default value is
null.- Parameters:
specificNomenclature- the specificNomenclatureto use for this component, ornullto reset to default.
-