Uses of Class
com.orchestranetworks.ui.UIHttpManagerComponent.Scope
-
Packages that use UIHttpManagerComponent.Scope Package Description com.orchestranetworks.ui 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.Scope Modifier and Type Field Description static UIHttpManagerComponent.ScopeUIHttpManagerComponent.Scope. DATAThe navigation pane and workspace are displayed; user will be able to navigate to other nodes, datasets, and dataspaces.static 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 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 UIHttpManagerComponent.ScopeUIHttpManagerComponent.Scope. FULLAll user interface elements are displayed.static 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.Scope Modifier and Type Method Description UIHttpManagerComponent.ScopeUIHttpManagerComponent. getScope()Returns the scope defined for this Web Component.static UIHttpManagerComponent.ScopeUIHttpManagerComponent.Scope. parse(String formattedScope)Returns the scope that corresponds to the specified string.Methods in com.orchestranetworks.ui with parameters of type UIHttpManagerComponent.Scope Modifier and Type Method Description voidUIHttpManagerComponent. setScope(UIHttpManagerComponent.Scope scope)Specifies the scope for this Web Component.
-