Uses of Class
com.orchestranetworks.ui.UIHttpManagerComponent.Scope
Packages that use UIHttpManagerComponent.Scope
Package
Description
This package provides the capability to create custom user interface components
that are integrated within EBX®.
-
Uses of UIHttpManagerComponent.Scope in com.orchestranetworks.ui
Fields in com.orchestranetworks.ui declared as UIHttpManagerComponent.ScopeModifier and TypeFieldDescriptionstatic final UIHttpManagerComponent.ScopeUIHttpManagerComponent.Scope.DATAThe navigation pane and workspace are displayed; user will be able to navigate to other nodes, datasets, and dataspaces.static final UIHttpManagerComponent.ScopeUIHttpManagerComponent.Scope.DATASETThe navigation pane and workspace are displayed; user will only be able to navigate to other nodes, but will not be able to navigate to other datasets or dataspaces.static final UIHttpManagerComponent.ScopeUIHttpManagerComponent.Scope.DATASPACEThe navigation pane and workspace are displayed; user will be able to navigate to other nodes and datasets, but will not be able to navigate to other dataspaces.static final UIHttpManagerComponent.ScopeUIHttpManagerComponent.Scope.FULLAll user interface elements are displayed.static final UIHttpManagerComponent.ScopeUIHttpManagerComponent.Scope.NODEOnly the workspace is displayed; user will not be able to navigate to any other nodes.Methods in com.orchestranetworks.ui that return UIHttpManagerComponent.ScopeModifier and TypeMethodDescriptionUIHttpManagerComponent.getScope()Returns the scope defined for this Web Component.static UIHttpManagerComponent.ScopeReturns the scope that corresponds to the specified string.Methods in com.orchestranetworks.ui with parameters of type UIHttpManagerComponent.ScopeModifier and TypeMethodDescriptionvoidUIHttpManagerComponent.setScope(UIHttpManagerComponent.Scope scope) Specifies the scope for this Web Component.