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