Interface ShorthandManager.PropertyHandler

All Known Implementing Classes:
CSSEngine.StyleDeclarationBuilder, CSSEngine.StyleDeclarationDocumentHandler, CSSEngine.StyleDeclarationUpdateHandler, CSSEngine.StyleSheetDocumentHandler
Enclosing interface:
ShorthandManager

public static interface ShorthandManager.PropertyHandler
To handle a property value created by a ShorthandManager.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    property(String name, org.w3c.css.sac.LexicalUnit value, boolean important)
     
  • Method Details

    • property

      void property(String name, org.w3c.css.sac.LexicalUnit value, boolean important)