Uses of Class
cronapp.framework.core.model.ThemeModel
Packages that use ThemeModel
-
Uses of ThemeModel in cronapp.framework.core.model
Methods in cronapp.framework.core.model that return ThemeModelModifier and TypeMethodDescriptionstatic ThemeModelThemeModel.build()ThemeConfigurationModel.getMobileTheme()ThemeConfigurationModel.getWebTheme()ThemeModel.setSearchableText(String searchableText) ThemeModel.setThemeDescription(String themeDescription) ThemeModel.setThemeName(String themeName) ThemeModel.setThemePath(String themePath) Methods in cronapp.framework.core.model with parameters of type ThemeModelModifier and TypeMethodDescriptionThemeConfigurationModel.setMobileTheme(ThemeModel mobileTheme) ThemeConfigurationModel.setWebTheme(ThemeModel webTheme)