Uses of Interface
com.orchestranetworks.instance.ValueContextForInputValidation
-
Packages that use ValueContextForInputValidation 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. -
-
Uses of ValueContextForInputValidation in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui that return ValueContextForInputValidation Modifier and Type Method Description ValueContextForInputValidationUIFormRequestContext. getValueContext(Path aPath)Returns the validation context of the specified node.ValueContextForInputValidationUIRequestContext. getValueContext()Deprecated.Replaced byWidgetDisplayContext.getValueContext().ValueContextForInputValidationUIRequestContext. getValueContext(Path aPath)Deprecated.Replaced byWidgetDisplayContext.getValueContext(Path). -
Uses of ValueContextForInputValidation in com.orchestranetworks.ui.form.widget
Methods in com.orchestranetworks.ui.form.widget that return ValueContextForInputValidation Modifier and Type Method Description ValueContextForInputValidationWidgetValidationContext. getValueContext()Returns the validation context of the current node.ValueContextForInputValidationWidgetValidationContext. getValueContext(Path aPath)Returns the validation context of the specified node. -
Uses of ValueContextForInputValidation in com.orchestranetworks.userservice
Methods in com.orchestranetworks.userservice that return ValueContextForInputValidation Modifier and Type Method Description ValueContextForInputValidationUserServiceObjectContextForInputValidation. getValueContext(ObjectKey anObjectKey)Returns the value context for objectObjectKey.ValueContextForInputValidationUserServiceObjectContextForInputValidation. getValueContext(ObjectKey anObjectKey, Path aPath)Returns the value context for objectObjectKeyand pathaPath.
-