Uses of Class
org.nuxeo.theme.styling.service.descriptors.FlavorPresets
-
Packages that use FlavorPresets Package Description org.nuxeo.theme.styling.service org.nuxeo.theme.styling.service.descriptors -
-
Uses of FlavorPresets in org.nuxeo.theme.styling.service
Methods in org.nuxeo.theme.styling.service that return types with arguments of type FlavorPresets Modifier and Type Method Description protected List<FlavorPresets>
ThemeStylingServiceImpl. computePresets(FlavorDescriptor flavor, List<String> flavors)
-
Uses of FlavorPresets in org.nuxeo.theme.styling.service.descriptors
Methods in org.nuxeo.theme.styling.service.descriptors that return FlavorPresets Modifier and Type Method Description FlavorPresets
FlavorPresets. clone()
Methods in org.nuxeo.theme.styling.service.descriptors that return types with arguments of type FlavorPresets Modifier and Type Method Description List<FlavorPresets>
FlavorDescriptor. getPresets()
Method parameters in org.nuxeo.theme.styling.service.descriptors with type arguments of type FlavorPresets Modifier and Type Method Description void
FlavorDescriptor. setPresets(List<FlavorPresets> presets)
-