| Package | Description |
|---|---|
| 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.
|
| com.orchestranetworks.userservice |
A public API for user services.
|
| Modifier and Type | Method and Description |
|---|---|
ValueContextForInputValidation |
UIRequestContext.getValueContext()
Deprecated.
Replaced by
WidgetDisplayContext.getValueContext().
Replaced by WidgetValidationContext.getValueContext(). |
ValueContextForInputValidation |
UIRequestContext.getValueContext(Path aPath)
Deprecated.
Replaced by
WidgetDisplayContext.getValueContext(Path).
Replaced by WidgetValidationContext.getValueContext(Path). |
ValueContextForInputValidation |
UIFormRequestContext.getValueContext(Path aPath)
Returns the validation context of the specified node.
|
| Modifier and Type | Method and Description |
|---|---|
ValueContextForInputValidation |
WidgetValidationContext.getValueContext()
Returns the validation context of the current node.
|
ValueContextForInputValidation |
WidgetValidationContext.getValueContext(Path aPath)
Returns the validation context of the specified node.
|
| Modifier and Type | Method and Description |
|---|---|
ValueContextForInputValidation |
UserServiceObjectContextForInputValidation.getValueContext(ObjectKey anObjectKey)
Returns the value context for object
ObjectKey. |
ValueContextForInputValidation |
UserServiceObjectContextForInputValidation.getValueContext(ObjectKey anObjectKey,
Path aPath)
Returns the value context for object
ObjectKey and
path aPath. |