Interface ICSSPropertyCompositeHandler

All Superinterfaces:
ICSSPropertyHandler
All Known Implementing Classes:
AbstractCSSPropertyBackgroundCompositeHandler, AbstractCSSPropertyBackgroundHandler, AbstractCSSPropertyBorderCompositeHandler, AbstractCSSPropertyBorderHandler, AbstractCSSPropertyCompositeHandler, AbstractCSSPropertyFontCompositeHandler, AbstractCSSPropertyFontHandler, CSSPropertyBackgroundSWTHandler, CSSPropertyBorderSWTHandler, CSSPropertyFontDefinitionHandler, CSSPropertyFontSWTHandler

public interface ICSSPropertyCompositeHandler extends ICSSPropertyHandler
CSS Property Handler interface to manage composite CSS Property (ex: background is CSS Property composed with background-color, background-image..).
Version:
1.0.0
Author:
Angelo ZERR
  • Method Details

    • isCSSPropertyComposite

      boolean isCSSPropertyComposite(String property)
      Return true if property is CSS Property composite and false otherwise.
    • getCSSPropertiesNames

      String[] getCSSPropertiesNames(String property)
      Return the CSS Properties names if the CSS Property property is composite and null otherwise.