public interface ITheme
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of this theme.
|
String |
getId()
Returns the identifier of this theme.
|
String |
getLocalizedDescription()
Returns the localized description (using the current user's session locale or the portal's default locale).
|
String |
getLocalizedName()
Returns the localized name (using the current user's session locale or the portal's default locale).
|
String |
getName()
Returns the name of this theme.
|
OpenRuntimeInterfaceBehavior |
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 |
getOpenRuntimeInterfaceWithoutActiveParentBehavior()
Returns the default open runtime interface behavior set for this theme.
|
String getId()
String getName()
String getLocalizedName()
String getDescription()
null
if this theme has no description set.String getLocalizedDescription()
OpenRuntimeInterfaceBehavior getOpenRuntimeInterfaceWithoutActiveParentBehavior()
null
if
no specific behavior was selected for this theme.OpenRuntimeInterfaceBehavior getOpenRuntimeInterfaceWithActiveParentBehavior()
null
if
no specific behavior was selected for this theme.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.