Uses of Class
cronapp.framework.core.model.ThemeModel
-
Packages that use ThemeModel Package Description cronapp.framework.core.model -
-
Uses of ThemeModel in cronapp.framework.core.model
Methods in cronapp.framework.core.model that return ThemeModel Modifier and Type Method Description static ThemeModelThemeModel. build()ThemeModelThemeConfigurationModel. getMobileTheme()ThemeModelThemeConfigurationModel. getWebTheme()ThemeModelThemeModel. setImgSrc(String imgSrc)ThemeModelThemeModel. setSearchableText(String searchableText)ThemeModelThemeModel. setThemeDescription(String themeDescription)ThemeModelThemeModel. setThemeName(String themeName)ThemeModelThemeModel. setThemePath(String themePath)Methods in cronapp.framework.core.model with parameters of type ThemeModel Modifier and Type Method Description ThemeConfigurationModelThemeConfigurationModel. setMobileTheme(ThemeModel mobileTheme)ThemeConfigurationModelThemeConfigurationModel. setWebTheme(ThemeModel webTheme)
-