Uses of Class
lumis.portal.serviceinterface.OpenRuntimeInterfaceBehavior
-
Packages that use OpenRuntimeInterfaceBehavior Package Description lumis.portal.servicecontainer lumis.portal.serviceinterface lumis.portal.theme Contains the portal themes feature implementation. -
-
Uses of OpenRuntimeInterfaceBehavior in lumis.portal.servicecontainer
Methods in lumis.portal.servicecontainer with parameters of type OpenRuntimeInterfaceBehavior Modifier and Type Method Description String
ServiceContainerUrl. getOpenScript(IServiceInterfaceRequest request, OpenRuntimeInterfaceBehavior behavior, String controlContainerFormName, ITransaction transaction)
Deprecated.Returns the script for opening this URL based on the provided parameters. -
Uses of OpenRuntimeInterfaceBehavior in lumis.portal.serviceinterface
Methods in lumis.portal.serviceinterface that return OpenRuntimeInterfaceBehavior Modifier and Type Method Description static OpenRuntimeInterfaceBehavior
OpenRuntimeInterfaceBehavior. from(String value, boolean withParentActive)
Returns theOpenRuntimeInterfaceBehavior
accordingly to the given value.static OpenRuntimeInterfaceBehavior
OpenRuntimeInterfaceBehavior. from(String value, boolean useDefault, boolean withParentActive)
Returns theOpenRuntimeInterfaceBehavior
accordingly to the given value.static OpenRuntimeInterfaceBehavior
OpenRuntimeInterfaceBehavior. from(PageWebResource pageWebResource, boolean keepParentActive)
Returns theOpenRuntimeInterfaceBehavior
for the given page.static OpenRuntimeInterfaceBehavior
OpenRuntimeInterfaceBehavior. getDefaultBehavior(boolean keepParentActive)
Returns the default behavior.static OpenRuntimeInterfaceBehavior
OpenRuntimeInterfaceBehavior. valueOf(String name)
Returns the enum constant of this type with the specified name.static OpenRuntimeInterfaceBehavior[]
OpenRuntimeInterfaceBehavior. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OpenRuntimeInterfaceBehavior in lumis.portal.theme
Methods in lumis.portal.theme that return OpenRuntimeInterfaceBehavior Modifier and Type Method Description OpenRuntimeInterfaceBehavior
ITheme. getOpenRuntimeInterfaceWithActiveParentBehavior()
Returns the default open runtime interface behavior set for this theme when the runtime interface needs the parent interface to be kept active.OpenRuntimeInterfaceBehavior
ITheme. getOpenRuntimeInterfaceWithoutActiveParentBehavior()
Returns the default open runtime interface behavior set for this theme.
-