| Package | Description |
|---|---|
| com.orchestranetworks.ui |
This package provides the capability to create custom user interface components
that are integrated within EBX®.
|
| com.orchestranetworks.ui.action |
This package allows to define actions that can be triggered by the end user.
|
| Modifier and Type | Method and Description |
|---|---|
static UIHttpManagerComponent |
UIHttpManagerComponent.createOnAjaxContext(UIAjaxContext aContext)
Deprecated.
This method has been replaced by
UIResourceLocator.createWebComponentForSubSession(). |
static UIHttpManagerComponent |
UIHttpManagerComponent.createOnServiceContext(ServiceContext aContext)
Deprecated.
This method has been replaced by
UIResourceLocator.createWebComponentForSubSession(). |
static UIHttpManagerComponent |
UIHttpManagerComponent.createOnUIBeanContext(UIResponseContext aContext)
Deprecated.
This method has been replaced by
UIResourceLocator.createWebComponentForSubSession(). |
static UIHttpManagerComponent |
UIHttpManagerComponent.createOnUILabelRendererForHierarchyContext(UILabelRendererForHierarchyContext aContext)
Deprecated.
This method has been replaced by
UIResourceLocator.createWebComponentForSubSession(). |
UIHttpManagerComponent |
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).
|
UIHttpManagerComponent |
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 UIHttpManagerComponent |
UIHttpManagerComponent.createWithBaseURI(String baseURI)
Creates an instance of this class in order to call the EBX® user interface from an external
application.
|
static UIHttpManagerComponent |
UIHttpManagerComponent.createWithBaseURI(String baseURI,
AdaptationName aManagerReference)
Creates an instance of this class in order to call the EBX® user interface from an external
application.
|
static UIHttpManagerComponent |
UIHttpManagerComponent.createWithBaseURI(String baseURI,
boolean enforceStrongEncoding)
Deprecated.
Since 5.9.0, use instead
createWithBaseURI(String). |
static UIHttpManagerComponent |
UIHttpManagerComponent.createWithBaseURI(String baseURI,
boolean enforceStrongEncoding,
AdaptationName aManagerReference)
Deprecated.
Since 5.9.0, use instead
createWithBaseURI(String, AdaptationName). |
| Modifier and Type | Method and Description |
|---|---|
UIButtonSpecJSAction |
UIComponentWriter.buildButtonPreview(UIHttpManagerComponent aWebComponent)
Builds a preview button using the standard "preview" label.
|
| Modifier and Type | Method and Description |
|---|---|
UIHttpManagerComponent |
WebComponentAction.getManagerComponent() |
| Constructor and Description |
|---|
WebComponentAction(UIHttpManagerComponent aWebComponent)
Creates an action launching and opening the specified Web component.
|