public interface IStyleFactory
Modifier and Type | Method and Description |
---|---|
IStyle |
createCachedStyle(String stylePath,
List<ITheme> themes)
Creates a cached version of the requested style.
|
IStyle |
createDynamicStyle(String stylePath,
List<ITheme> themes)
Creates a dynamic version of the requested style.
|
IStyle |
createDynamicStyle(String styleString,
String stylePath,
List<ITheme> themes)
Creates a dynamic version of the requested style using the given style text.
|
IStyle createCachedStyle(String stylePath, List<ITheme> themes) throws PortalException
stylePath
- the style path.themes
- the current applied themes.PortalException
IStyle createDynamicStyle(String stylePath, List<ITheme> themes) throws PortalException
stylePath
- the style path.themes
- the current applied themes.PortalException
IStyle createDynamicStyle(String styleString, String stylePath, List<ITheme> themes) throws PortalException
styleString
- the style text.stylePath
- the style path.themes
- the current applied themes.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.