Uses of Interface
ch.nolix.baseapi.web.cssmodel.ICssProperty
Packages that use ICssProperty
Package
Description
-
Uses of ICssProperty in ch.nolix.base.web.cssmodel
Classes in ch.nolix.base.web.cssmodel that implement ICssPropertyMethods in ch.nolix.base.web.cssmodel with parameters of type ICssPropertyModifier and TypeMethodDescriptionstatic CssPropertyCssProperty.fromCssProperty(ICssProperty cssProperty) static CssRuleCssRule.withSelectorAndProperties(String selector, ICssProperty... properties) Method parameters in ch.nolix.base.web.cssmodel with type arguments of type ICssPropertyModifier and TypeMethodDescriptionstatic CssRuleCssRule.withSelectorAndProperties(String selector, IContainer<? extends ICssProperty> properties) -
Uses of ICssProperty in ch.nolix.baseapi.web.cssmodel
Methods in ch.nolix.baseapi.web.cssmodel that return types with arguments of type ICssProperty -
Uses of ICssProperty in ch.nolix.system.gui.background
Methods in ch.nolix.system.gui.background that return types with arguments of type ICssProperty -
Uses of ICssProperty in ch.nolix.system.gui.cssmapper
Fields in ch.nolix.system.gui.cssmapper with type parameters of type ICssPropertyModifier and TypeFieldDescriptionstatic final ImmutableList<ICssProperty> BackgroundToCssMapperHelper.TRANSPARENT_BACKGROUND_CSS_PROPERTIESMethods in ch.nolix.system.gui.cssmapper that return ICssPropertyModifier and TypeMethodDescriptionCssPropertyMapper.mapCornerShadowToCssProperty(ICornerShadow cornerShadow) static ICssPropertyCornerShadowToCssMapperHelper.mapCornerShadowToCssPropertyWhenShadowIsInsideTheBox(ICornerShadow cornerShadow) static ICssPropertyCornerShadowToCssMapperHelper.mapCornerShadowToCssPropertyWhenShadowIsOutsideTheBox(ICornerShadow cornerShadow) static ICssPropertyBackgroundToCssMapperHelper.mapImageApplicationToBackgroundRepeatCssProperty(ImageApplication imageApplication) CssPropertyMapper.mapLineDecorationToCssProperty(LineDecoration lineDecoration) Methods in ch.nolix.system.gui.cssmapper that return types with arguments of type ICssPropertyModifier and TypeMethodDescriptionCssPropertyMapper.mapBackgroundToCssProperties(IBackground background) static IContainer<ICssProperty> BackgroundToCssMapperHelper.mapBackgroundToCssPropertiesWhenIsColor(IBackground background) static IContainer<ICssProperty> BackgroundToCssMapperHelper.mapBackgroundToCssPropertiesWhenIsColorGradient(IBackground background) static IContainer<ICssProperty> BackgroundToCssMapperHelper.mapBackgroundToCssPropertiesWhenIsImage(IBackground background) CssPropertyMapper.mapCornerShadowsToOptionalCssProperty(IContainer<? extends ICornerShadow> cornerShadows) -
Uses of ICssProperty in ch.nolix.systemapi.gui.background
Methods in ch.nolix.systemapi.gui.background that return types with arguments of type ICssProperty -
Uses of ICssProperty in ch.nolix.systemapi.gui.cssmapper
Methods in ch.nolix.systemapi.gui.cssmapper that return ICssPropertyModifier and TypeMethodDescriptionICssPropertyMapper.mapCornerShadowToCssProperty(ICornerShadow cornerShadow) ICssPropertyMapper.mapLineDecorationToCssProperty(LineDecoration lineDecoration) Methods in ch.nolix.systemapi.gui.cssmapper that return types with arguments of type ICssPropertyModifier and TypeMethodDescriptionICssPropertyMapper.mapBackgroundToCssProperties(IBackground background) ICssPropertyMapper.mapCornerShadowsToOptionalCssProperty(IContainer<? extends ICornerShadow> cornerShadows)