| Package | Description | 
|---|---|
| com.onwbp.base.text | Provides classes for creating user messages and nomenclatures. | 
| com.orchestranetworks.schema | Represents XML Schema concepts and provides schema extensions capabilities. | 
| com.orchestranetworks.schema.dynamic | A public API for defining a dynamic schema. | 
| com.orchestranetworks.schema.info | Provides interfaces for accessing schema node facet. | 
| com.orchestranetworks.service | Provides classes and interfaces for implementing specific services and access rules on EBX®. | 
| com.orchestranetworks.ui | This package provides the capability to create custom user interface components
that are integrated within EBX®. | 
| com.orchestranetworks.ui.form.widget | 
This package provides a library of user interface widgets. | 
| Modifier and Type | Field and Description | 
|---|---|
| static Nomenclature | Nomenclature. EMPTY | 
| Modifier and Type | Method and Description | 
|---|---|
| Nomenclature<T> | Nomenclature. addItem(NomenclatureItem<T> anItem)Adds a  NomenclatureItemto this instance. | 
| Nomenclature<T> | Nomenclature. addItemValue(T aValue,
            String aLabel)Adds a  NomenclatureItemValuewith the specified content to this instance. | 
| Nomenclature<T> | Nomenclature. addItemValue(T aValue,
            String[] labels)Adds to this instance a  NomenclatureItemValuewith the specified content. | 
| Nomenclature<T> | Nomenclature. addItemValue(T aValue,
            String[] labels,
            Locale[] locales)Adds a  NomenclatureItemValuewith the specified content to this instance. | 
| Nomenclature<T> | Nomenclature. addItemWithMessage(T aValue,
                  UserMessage aMessage)Adds a  NomenclatureItemWithMessagewith the specified content to this instance. | 
| Nomenclature<T> | Nomenclature. addNomenclature(Nomenclature<T> anotherNomenclature)Adds all the items of the specified  Nomenclatureto this instance. | 
| static <T> Nomenclature<T> | Nomenclature. empty()Returns the empty nomenclature (immutable). | 
| Modifier and Type | Method and Description | 
|---|---|
| Nomenclature<T> | Nomenclature. addNomenclature(Nomenclature<T> anotherNomenclature)Adds all the items of the specified  Nomenclatureto this instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> Nomenclature<T> | SchemaNode. getEnumerationNomenclature(ValueContext aValueContext)Returns the underlying  Nomenclature, if found by searching
 through facets. | 
| Nomenclature | ConstraintNomenclature. getNomenclature(ValueContext aContext)Deprecated.  Returns a sequence of value-label pairs, where the values correspond to the
 underlying enumeration of this constraint. | 
| Modifier and Type | Method and Description | 
|---|---|
| BeanFacet | BeanElement. addFacetEnumeration(Nomenclature<?> aNomenclature)Sets a nomenclature for this element. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> Nomenclature<T> | SchemaFacetEnumeration. getNomenclature()Returns the nomenclature defined in the data model. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Nomenclature<String> | ActionPermission. getActionPermissionNomenclature(Locale currentLocale) | 
| static Nomenclature<String> | ActionPermission. getReadOnlyActionPermissionNomenclature(Locale currentLocale) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UIResponseContext. addUICheckBoxGroup(Path aPath,
                  String htmlAttributes,
                  Nomenclature aSpecificNomenclature) | 
| void | UIResponseContext. addUICheckBoxGroup(Path aPath,
                  String htmlAttributes,
                  String htmlSeparator,
                  Nomenclature aSpecificNomenclature)Deprecated. 
 please use  UIResponseContext.newCheckBoxGroup(Path),UICheckBoxGroup.setColumnsNumber(int)(instead of htmlSeparator),UIAtomicWithEnumeration.setSpecificNomenclature(Nomenclature)andUIResponseContext.addWidget(UIWidget) | 
| void | UIResponseContext. addUIDropDownBox(Path aPath,
                String htmlAttributes,
                Nomenclature aSpecificNomenclature) | 
| void | UIResponseContext. addUIListSearch(Path aPath,
               String htmlAttributes,
               Nomenclature aSpecificNomenclature) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> Nomenclature<T> | UIAtomicWithEnumeration. getSpecificNomenclature()Returns the specific nomenclature defined for this component specification,
 or  nullif it has not been defined. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UIAtomicWithEnumeration. setSpecificNomenclature(Nomenclature<?> specificNomenclature)Sets a specific nomenclature for this component. |