Uses of Class
cronapp.framework.core.model.ThemeConfigurationModel
-
Packages that use ThemeConfigurationModel Package Description cronapp.framework.core.model -
-
Uses of ThemeConfigurationModel in cronapp.framework.core.model
Methods in cronapp.framework.core.model that return ThemeConfigurationModel Modifier and Type Method Description static ThemeConfigurationModelThemeConfigurationModel. build()ThemeConfigurationModelAppConfiguration. getThemeConfiguration()ThemeConfigurationModelThemeConfigurationModel. setMobileSkin(SkinModel mobileSkin)ThemeConfigurationModelThemeConfigurationModel. setMobileTheme(ThemeModel mobileTheme)ThemeConfigurationModelThemeConfigurationModel. setWebSkin(SkinModel webSkin)ThemeConfigurationModelThemeConfigurationModel. setWebTheme(ThemeModel webTheme)Methods in cronapp.framework.core.model with parameters of type ThemeConfigurationModel Modifier and Type Method Description AppConfigurationAppConfiguration. setThemeConfiguration(ThemeConfigurationModel themeConfiguration)
-