Uses of Class
com.orchestranetworks.ui.UIHttpManagerComponent
Packages that use UIHttpManagerComponent
Package
Description
This package provides the capability to create custom user interface components
that are integrated within EBX®.
This package allows to define actions that can be triggered by the end user.
-
Uses of UIHttpManagerComponent in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui that return UIHttpManagerComponentModifier and TypeMethodDescriptionstatic UIHttpManagerComponentUIHttpManagerComponent.createOnAjaxContext(UIAjaxContext aContext) Deprecated.static UIHttpManagerComponentUIHttpManagerComponent.createOnServiceContext(ServiceContext aContext) Deprecated.This method has been replaced byUIResourceLocator.createWebComponentForSubSession().static UIHttpManagerComponentUIHttpManagerComponent.createOnUIBeanContext(UIResponseContext aContext) Deprecated.This method has been replaced byUIResourceLocator.createWebComponentForSubSession().static UIHttpManagerComponentUIHttpManagerComponent.createOnUILabelRendererForHierarchyContext(UILabelRendererForHierarchyContext aContext) Deprecated.This method has been replaced byUIResourceLocator.createWebComponentForSubSession().UIResourceLocator.createWebComponentForRootSession()Returns a factory for creating a URL that, when used, creates a new navigation context in a separate root user session (namely, a Web Component).UIResourceLocator.createWebComponentForSubSession()Returns a factory for creating a URL that, when used, creates a new navigation context in a separate sub-session (namely, a Web Component).static UIHttpManagerComponentUIHttpManagerComponent.createWithBaseURI(String baseURI) Creates an instance of this class in order to call the EBX® user interface from an external application.static UIHttpManagerComponentUIHttpManagerComponent.createWithBaseURI(String baseURI, boolean enforceStrongEncoding) Deprecated.Since 5.9.0, use insteadcreateWithBaseURI(String).static UIHttpManagerComponentUIHttpManagerComponent.createWithBaseURI(String baseURI, boolean enforceStrongEncoding, AdaptationName aManagerReference) Deprecated.Since 5.9.0, use insteadcreateWithBaseURI(String, AdaptationName).static UIHttpManagerComponentUIHttpManagerComponent.createWithBaseURI(String baseURI, AdaptationName aManagerReference) Creates an instance of this class in order to call the EBX® user interface from an external application.static UIHttpManagerComponentUIHttpManagerComponent.createWithURIWithParameters(String uriWithParameters) Creates an instance of this class in order to call the EBX® user interface from an external application.static UIHttpManagerComponentUIHttpManagerComponent.createWithURIWithParametersForSubSession(String uriWithParameters, Session aSession) Creates an instance of this class in order to call the EBX® user interface in a separate sub-session (namely, a Web Component).Methods in com.orchestranetworks.ui with parameters of type UIHttpManagerComponentModifier and TypeMethodDescriptionUIComponentWriter.buildButtonPreview(UIHttpManagerComponent aWebComponent) Builds a preview button using the standard "preview" label. -
Uses of UIHttpManagerComponent in com.orchestranetworks.ui.action
Methods in com.orchestranetworks.ui.action that return UIHttpManagerComponentConstructors in com.orchestranetworks.ui.action with parameters of type UIHttpManagerComponentModifierConstructorDescriptionWebComponentAction(UIHttpManagerComponent aWebComponent) Creates an action launching and opening the specified Web component.
UIResourceLocator.createWebComponentForSubSession().