lumis.portal.theme
Interface ITheme

Package class diagram package ITheme
All Known Subinterfaces:
IThemeSPI

public interface ITheme

A Lumis Portal theme.

Since:
7.0.0

Method Summary
 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.
 

Method Detail

getId

String getId()
Returns the identifier of this theme.

Returns:
the identifier.
Since:
7.0.0

getName

String getName()
Returns the name of this theme.

Returns:
the name, which may be a localizable string using this theme's string resource, or a simple non-localizable string.
Since:
7.0.0

getLocalizedName

String getLocalizedName()
Returns the localized name (using the current user's session locale or the portal's default locale).

Returns:
the localized name (using the current user's session locale or the portal's default locale).
Since:
7.0.0

getDescription

String getDescription()
Returns the description of this theme.

Returns:
the description, which may be a localizable string using this theme's string resource, or a simple non-localizable string, or null if this theme has no description set.
Since:
7.0.0

getLocalizedDescription

String getLocalizedDescription()
Returns the localized description (using the current user's session locale or the portal's default locale).

Returns:
the localized description (using the current user's session locale or the portal's default locale).
Since:
7.0.0

getOpenRuntimeInterfaceWithoutActiveParentBehavior

OpenRuntimeInterfaceBehavior getOpenRuntimeInterfaceWithoutActiveParentBehavior()
Returns the default open runtime interface behavior set for this theme.

Returns:
the behavior selected for this theme, or null if no specific behavior was selected for this theme.
Since:
7.0.0

getOpenRuntimeInterfaceWithActiveParentBehavior

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.

Returns:
the behavior selected for this theme, or null if no specific behavior was selected for this theme.
Since:
7.0.0


Lumisportal  7.0.0.121130 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.