open class DelegatingThemeSource : HierarchicalThemeSource
Empty ThemeSource that delegates all calls to the parent ThemeSource. If no parent is available, it simply won't resolve any theme.
Used as placeholder by UiApplicationContextUtils, if a context doesn't define its own ThemeSource. Not intended for direct use in applications.
Author
Juergen Hoeller
Since
1.2.4
See Also
UiApplicationContextUtils
DelegatingThemeSource()
Empty ThemeSource that delegates all calls to the parent ThemeSource. If no parent is available, it simply won't resolve any theme. Used as placeholder by UiApplicationContextUtils, if a context doesn't define its own ThemeSource. Not intended for direct use in applications. |
open fun getParentThemeSource(): ThemeSource |
|
open fun getTheme(themeName: String): Theme |
|
open fun setParentThemeSource(parentThemeSource: ThemeSource): Unit |