Uses of Interface
com.liferay.portal.kernel.model.ColorScheme
Packages that use ColorScheme
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal theme classes.
This package defines the kernel utility interfaces and classes.
-
Uses of ColorScheme in com.liferay.portal.kernel.model
Fields in com.liferay.portal.kernel.model with type parameters of type ColorSchemeModifier and TypeFieldDescriptionstatic final Accessor<ColorScheme,
String> ColorScheme.NAME_ACCESSOR
Methods in com.liferay.portal.kernel.model that return ColorSchemeModifier and TypeMethodDescriptionLayout.getColorScheme()
Returns the color scheme that is configured for the current layout, or the color scheme of the layout set that contains the current layout if no color scheme is configured.LayoutRevision.getColorScheme()
LayoutRevisionWrapper.getColorScheme()
LayoutSet.getColorScheme()
Returns the layout set's color scheme.LayoutSetBranch.getColorScheme()
LayoutSetBranchWrapper.getColorScheme()
LayoutSetWrapper.getColorScheme()
Returns the layout set's color scheme.LayoutWrapper.getColorScheme()
Returns the color scheme that is configured for the current layout, or the color scheme of the layout set that contains the current layout if no color scheme is configured.Methods in com.liferay.portal.kernel.model that return types with arguments of type ColorScheme -
Uses of ColorScheme in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return ColorSchemeModifier and TypeMethodDescriptionThemeLocalService.fetchColorScheme
(long companyId, String themeId, String colorSchemeId) static ColorScheme
ThemeLocalServiceUtil.fetchColorScheme
(long companyId, String themeId, String colorSchemeId) ThemeLocalServiceWrapper.fetchColorScheme
(long companyId, String themeId, String colorSchemeId) ThemeLocalService.getColorScheme
(long companyId, String themeId, String colorSchemeId) static ColorScheme
ThemeLocalServiceUtil.getColorScheme
(long companyId, String themeId, String colorSchemeId) ThemeLocalServiceWrapper.getColorScheme
(long companyId, String themeId, String colorSchemeId) -
Uses of ColorScheme in com.liferay.portal.kernel.theme
Methods in com.liferay.portal.kernel.theme that return ColorSchemeMethods in com.liferay.portal.kernel.theme with parameters of type ColorSchemeModifier and TypeMethodDescriptionvoid
ThemeDisplay.setLookAndFeel
(Theme theme, ColorScheme colorScheme) -
Uses of ColorScheme in com.liferay.portal.kernel.util
Methods in com.liferay.portal.kernel.util that return ColorSchemeModifier and TypeMethodDescriptionstatic ColorScheme
ColorSchemeFactoryUtil.getColorScheme()
static ColorScheme
ColorSchemeFactoryUtil.getColorScheme
(String colorSchemeId) static ColorScheme
ColorSchemeFactoryUtil.getColorScheme
(String colorSchemeId, String name, String cssClass) static ColorScheme
ColorSchemeFactoryUtil.getDefaultRegularColorScheme()