Uses of Interface
com.orchestranetworks.ui.UIRequestContext
Packages that use UIRequestContext
Package
Description
This package provides the capability to create custom user interface components
that are integrated within EBX®.
-
Uses of UIRequestContext in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui with parameters of type UIRequestContextModifier and TypeMethodDescriptionbooleanUIBeanEditor.shallValidateInput(UIRequestContext aRequest) Deprecated.Returnstrueif the user input associated with this editor will be validated; returnsfalseif the local user input related to the current UI bean is ignored beyond the execution of this method.booleanUIBeanEditor.shallValidateInputList(UIRequestContext aRequest) Deprecated.Same asshallValidateInputfor an aggregated list.voidUIBeanEditor.validateInput(UIRequestContext aRequest) Deprecated.Offers the opportunity to perform custom validation upon user input.voidUIBeanEditor.validateInputList(UIRequestContext aRequest) Deprecated.Does the same thing asvalidateInputfor an aggregated list.