public class ThemeUsageConfig extends Object
Constructor and Description |
---|
ThemeUsageConfig(boolean inherited,
List<String> appliedThemeIds)
Creates a new instance with the given parameters.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getAppliedThemeIds()
Returns the (locally) applied themes identifiers.
|
List<String> |
getAppliedThemeIdsForThemeResolving()
Returns the (locally) applied themes identifiers for theme resolving.
|
boolean |
isInherited()
Returns whether this configuration is inheriting the applied themes or not.
|
public ThemeUsageConfig(boolean inherited, List<String> appliedThemeIds)
inherited
- indicates whether this configuration is inherited or not.appliedThemeIds
- the (locally) applied themes.IllegalArgumentException
- if inherited
is true
and appliedThemeIds
is not empty.public List<String> getAppliedThemeIds()
public List<String> getAppliedThemeIdsForThemeResolving()
getAppliedThemeIds()
but in a reversed
order.public boolean isInherited()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.