|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenRuntimeInterfaceBehavior | |
---|---|
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 | |
---|---|
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 | |
---|---|
static OpenRuntimeInterfaceBehavior |
OpenRuntimeInterfaceBehavior.from(PageWebResource pageWebResource,
boolean keepParentActive)
Returns the OpenRuntimeInterfaceBehavior for the given page. |
static OpenRuntimeInterfaceBehavior |
OpenRuntimeInterfaceBehavior.from(String value,
boolean withParentActive)
Returns the OpenRuntimeInterfaceBehavior accordingly to the given value. |
static OpenRuntimeInterfaceBehavior |
OpenRuntimeInterfaceBehavior.from(String value,
boolean useDefault,
boolean withParentActive)
Returns the OpenRuntimeInterfaceBehavior accordingly to the given value. |
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |